|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
|
<revision>4.0.0-beta1</revision> |
|
|
|
|
<revision>4.0.0</revision> |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
<jdk.version>1.8</jdk.version> |
|
|
|
|
<gpg.skip>true</gpg.skip> |
|
|
|
@ -90,40 +90,45 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alibaba</groupId> |
|
|
|
|
<artifactId>easyexcel-support</artifactId> |
|
|
|
|
<version>${revision}</version> |
|
|
|
|
<version>3.3.4</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
<version>5.2.3</version> |
|
|
|
|
<version>5.2.5</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
|
<version>5.2.3</version> |
|
|
|
|
<version>5.2.5</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-csv</artifactId> |
|
|
|
|
<version>1.10.0</version> |
|
|
|
|
<version>1.11.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.ehcache</groupId> |
|
|
|
|
<artifactId>ehcache</artifactId> |
|
|
|
|
<version>3.9.9</version> |
|
|
|
|
<version>3.10.8</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-io</groupId> |
|
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
|
<version>2.11.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
|
<version>1.7.36</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- provided --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
|
<version>1.18.26</version> |
|
|
|
|
<version>1.18.32</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
@ -313,31 +318,6 @@
|
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
|
<executions> |
|
|
|
|
<execution> |
|
|
|
|
<phase>package</phase> |
|
|
|
|
<goals> |
|
|
|
|
<goal>shade</goal> |
|
|
|
|
</goals> |
|
|
|
|
<configuration> |
|
|
|
|
<artifactSet> |
|
|
|
|
<includes> |
|
|
|
|
<include>${project.groupId}:${project.artifactId}</include> |
|
|
|
|
</includes> |
|
|
|
|
</artifactSet> |
|
|
|
|
<relocations> |
|
|
|
|
<relocation> |
|
|
|
|
<pattern>org.springframework</pattern> |
|
|
|
|
<shadedPattern>com.alibaba.excel.support</shadedPattern> |
|
|
|
|
</relocation> |
|
|
|
|
</relocations> |
|
|
|
|
</configuration> |
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
|