Commit 4594a330 by fengshuonan

修复兼容性问题

parent 42069967
...@@ -100,12 +100,12 @@ ...@@ -100,12 +100,12 @@
<version>${shiro.version}</version> <version>${shiro.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<artifactId>ehcache-core</artifactId>
<groupId>net.sf.ehcache</groupId> <groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
...@@ -114,11 +114,6 @@ ...@@ -114,11 +114,6 @@
<artifactId>ehcache</artifactId> <artifactId>ehcache</artifactId>
<version>${ehcache2.version}</version> <version>${ehcache2.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache3.version}</version>
</dependency>
<!--验证码--> <!--验证码-->
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment