Merge pull request #123 from qxinfo2019/qxinfo2019-patch-1

fix: 排除 easyexcel 引用包 ehcache(3.x)
This commit is contained in:
RB 2020-01-11 13:47:15 +08:00 committed by GitHub
commit ebe0adfbeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,6 +290,12 @@
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId> <artifactId>easyexcel</artifactId>
<version>2.1.3</version> <version>2.1.3</version>
<exclusions>
<exclusion>
<artifactId>ehcache</artifactId>
<groupId>org.ehcache</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jxls</groupId> <groupId>org.jxls</groupId>