Merge pull request #111 from donaldjohn/master

修复ehcache 依赖冲突
This commit is contained in:
shuzheng 2018-02-02 10:17:45 +08:00 committed by GitHub
commit 1ae88c0c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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>