修复ehcache 依赖冲突
This commit is contained in:
parent
c74126f101
commit
123b8a9b08
|
@ -156,6 +156,12 @@
|
|||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis-ehcache</artifactId>
|
||||
<version>${mybatis-ehcache.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
<artifactId>ehcache-core</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- mysql -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue