Browse Source

Merge pull request #6371 in CORE/base-third from release/10.0 to final/10.0

* commit 'dac3c87212b33dc01f8cfef77808b4cb0ec9c98a':
  slf4j升级到1.7.36
final/10.0
superman 2 years ago
parent
commit
d394f5eedd
  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