mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 14:25:05 +08:00
Update pom.xml
This commit is contained in:
parent
0b14404196
commit
31f9c68d3d
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue