Update pom.xml

This commit is contained in:
qxinfo2019 2020-01-11 13:27:32 +08:00 committed by GitHub
parent 0b14404196
commit 31f9c68d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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