动态碧玉依赖依赖引用了两次Apache Commons-Logging

时间:2019-02-27 11:35:14

标签: maven spring-boot pom.xml dynamic-jasper

dependency更新后,message会在SpringBoot初始化中显示:

  

中的Class-Path清单属性   ... \。m2 \ repository \ commons-logging \ commons-logging \ 1.0.3 \ commons-logging-1.0.3.jar   引用了一个或多个不存在的文件:   文件:/.../。m2 / repository / commons-logging / commons-logging / 1.0.3 / log4j.jar,文件:/.../。m2 / repository / commons-logging / commons-logging / 1.0。 3 / log4j-core.jar

<dependency>
  <groupId>ar.com.fdvs</groupId>
  <artifactId>DynamicJasper</artifactId>
  <version>5.0.9</version>
  <exclusions>
    <exclusion>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-logging</artifactId>
    </exclusion>
  </exclusions>
</dependency>

我尝试手动下载jar或排除maven设置,但未成功。

0 个答案:

没有答案