Browse Source

slf4j升级到1.7.36

release/10.0
alex.sung 2 years ago
parent
commit
509369faf3
  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