Browse Source

Pull request #6312: REPORT-75067 华为三方组件检测——slf4j 需要升级

Merge in CORE/base-third from ~ALEX.SUNG/base-third:release/10.0 to release/10.0

* commit '509369faf324a74ae28dacc45b91a2feccee5bdc':
  slf4j升级到1.7.36
release/10.0
Alex.Sung 2 years ago
parent
commit
005cc93ce1
  1. 2
      fine-ehcache/pom.xml
  2. 2
      fine-hibernate/pom.xml

2
fine-ehcache/pom.xml vendored

@ -230,7 +230,7 @@
<artifactId>slf4j-api</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/slf4j-api-1.7.7.jar</systemPath>
<systemPath>${basedir}/lib/slf4j-api-1.7.36.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>

2
fine-hibernate/pom.xml

@ -98,7 +98,7 @@
<artifactId>slf4j</artifactId>
<version>local</version>
<scope>system</scope>
<systemPath>${basedir}/lib/slf4j-api-1.7.7.jar</systemPath>
<systemPath>${basedir}/lib/slf4j-api-1.7.36.jar</systemPath>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>

Loading…
Cancel
Save