导入JasperReports坐标,依赖报错问题解决

在maven项目中导入JasperReports报表生成工具坐标时,出现mavn依赖包红色波浪线问题。

错误提示:Failed to read artifact descriptor for com.lowagie:itext:jar:2.1.7.js6

读取com.lowagie:itext:jar:2.1.7.js6的工件描述符失败。

问题原因分析

JasperReports报表生成工具是对Itext进行了封装,简化了pdf输出的过程。这里说的是读取com.lowagie:itext失败,解决方法很简单,在导入JasperReports坐标时排除对com.lowagie:itext:jar的读取即可

解决办法

1.导入JasperReports坐标时排除com.lowagie:itext:jar:的读取。附上一下坐标

        <dependency><!--jasperreports报表生成工具--><groupId>net.sf.jasperreports</groupId><artifactId>jasperreports</artifactId><version>6.8.0</version><!--排除itext,jar读取--><exclusions><exclusion><groupId>com.lowagie</groupId><artifactId>itext</artifactId></exclusion></exclusions></dependency>

2.重启动idea,问题解决

Failed to read artifact descriptor for com.lowagie:itext:jar:2.1.7.js6相关推荐

  1. IDEA中Maven报错:Failed to read artifact descriptor for解决方案

    导入spark-core依赖报错 Failed to read artifact descriptor for com.esotericsoftware:kryo-shaded:jar: 图片忘记报错 ...

  2. Failed to read artifact descriptor进行安装maven项目出错

    1.  在maven中进行install的时候报出这种错误:clean install -DskipTests=true [INFO] Scanning for projects... [INFO] ...

  3. failed to read artifact descriptor for xx

    背景: 我自己建立了一个项目,名字叫bk_dubbo_service, 项目下有两个子module,一个叫bk_dubbo_api, 用于放置将要部署为dubbo的接口.一个叫bk_dubbo_sys ...

  4. Failed to read artifact descriptor for xxx:jar的问题解决

    Failed to read artifact descriptor for xxx:jar的问题解决 参考文章: (1)Failed to read artifact descriptor for ...

  5. idea导入依赖报 Failed to read artifact descriptor 解决方法

    首先我们要搞清楚"Failed to read artifact descriptor for xxx:jar"的错误的根源. 我在仓库对应依赖的文件夹下检查lastupdate文 ...

  6. failed to read artifact descriptor for *** 问题解决心得

    前提:更换maven版本,今天更换了maven的版本,从3.1.1更换为3.3.9,本来好好地项目更换完版本报了136个错,开头的几个错都是failed to read artifact descri ...

  7. IDEA:Failed to read artifact descriptor for org.springframework.boot:spring-boot-starter-test:jar:

    Maven:Failed to read artifact descriptor for org.springframework.boot:spring-boot-starter-test:jar:1 ...

  8. SpringBoot报错:Failed to read artifact descriptor for org.springframework.boot:spring-boot-starter-xxx

    在SpringBoot工程中使用搭建maven工程时,引入依赖时报错: Failed to read artifact descriptor for org.springframework.boot: ...

  9. Idea中Maven报错:Failed to read artifact descriptor for jar包名.jar.jar包版本的解决方式

    Idea中Maven报错:Failed to read artifact descriptor for jar包名.jar.jar包版本的解决方式 故障现象 尝试解决 总结 故障现象 最近这种故障频发 ...

  10. IDEA编译报错Failure to find com.lowagie:itext:jar:2.1.7.js4,依赖报错

    IDEA编译报错Failure to find com.lowagie:itext:jar:2.1.7.js4 问题描述 由于问题解决了才想起来记录一下,所以报错的截图就没有,报错包含以下内容: Co ...

最新文章

  1. 即插即用新卷积:提升CNN性能、速度翻倍
  2. [osgearth][原]仿照谷歌,修改oe漫游器中focal(视角切换)功能
  3. Response对象||案例:重定向||forward 转发 和  redirect 重定向的 区别||路径写法
  4. JS中给一个对象动态追加key
  5. 【NLP-语义匹配】详解深度语义匹配模型DSSM
  6. PMCAFF | 创业公司产品经理如何建立完善的产品开发体系?
  7. python matplotlib.pyplot.imshow() (在2D常规栅格上显示图像(数据))
  8. JDBC——基于Mysql的基本操作
  9. 计算机mooc操作测试视频,计算机基础课MOOC视频的制作方法.doc
  10. vant-UI组件初使用:浅谈 - 解说篇
  11. 赵泽良:规范引导数字平台健康发展是时代面临的新课题
  12. vs2008和SQL Server使用ADO连接方法
  13. 为什么有些人喜欢用fiddler来抓包?
  14. Android:安卓线性布局(属性)
  15. 用数组建立二叉树(LeetCode二叉树测试)
  16. 【企业了解】巨量引擎(飞鱼CRM)
  17. 咖啡壶的全球与中国市场2022-2028年:技术、参与者、趋势、市场规模及占有率研究报告
  18. 当今十大备份应用软件
  19. pip3 安装和卸载安装包
  20. 分析蓝牙协议栈源码bstack

热门文章

  1. python爬取快手视频并批量下载
  2. svn使用 BCompare比较工具
  3. c8650 android2.3.3 root过程
  4. 用C++实现定积分运算
  5. Windows10 上某些PPT无法显示缩略图
  6. java txt转pdf乱码_java转pdf中文乱码应该如何处理
  7. 牛客网暑期ACM多校训练营(第五场)B. div(技巧+OEIS or Pell方程)
  8. php代码审计系列教程,PHP代码审计工具——Rips详细使用教程
  9. 【T+】T+和天联高级版软件结合使用的时候,运行T+提示网页崩溃了。
  10. 一个模拟抛硬币的游戏