prepare 5.1.4

This commit is contained in:
Looly
2020-02-16 11:11:03 +08:00
parent f97c8699fb
commit 653ba7ff1d
25 changed files with 36 additions and 28 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.1.4-SNAPSHOT</version>
</parent>
<artifactId>hutool-poi</artifactId>
@@ -19,6 +19,7 @@
<!-- versions -->
<poi.version>4.1.1</poi.version>
<xerces.version>2.12.0</xerces.version>
<easyexcel.version>2.1.6</easyexcel.version>
</properties>
<dependencies>
@@ -48,5 +49,12 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>