Browse Source

Merge pull request #6445 in CORE/base-third from persist/10.0 to persist/jsy

* commit 'e1f1cf00c19f4229d330ccd2ea1e4a2cb62a563e':
  slf4j升级到1.7.36
persist/jsy
superman 2 years ago
parent
commit
1ef9955a54
  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