Browse Source

Merge pull request #6443 in CORE/base-third from final/10.0 to persist/10.0

* commit '96e51207269e817dddaf3651e50c82062a4b29d8':
  slf4j升级到1.7.36
persist/10.0 10.0.19.2022.08.03
superman 2 years ago
parent
commit
e1f1cf00c1
  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