|
|
@ -23,6 +23,7 @@
|
|
|
|
<knife4j.version>3.0.3</knife4j.version>
|
|
|
|
<knife4j.version>3.0.3</knife4j.version>
|
|
|
|
<swagger-annotations.version>1.5.22</swagger-annotations.version>
|
|
|
|
<swagger-annotations.version>1.5.22</swagger-annotations.version>
|
|
|
|
<poi.version>4.1.2</poi.version>
|
|
|
|
<poi.version>4.1.2</poi.version>
|
|
|
|
|
|
|
|
<commons-compress.version>1.21</commons-compress.version>
|
|
|
|
<easyexcel.version>3.0.5</easyexcel.version>
|
|
|
|
<easyexcel.version>3.0.5</easyexcel.version>
|
|
|
|
<cglib.version>3.3.0</cglib.version>
|
|
|
|
<cglib.version>3.3.0</cglib.version>
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
@ -109,6 +110,13 @@
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 修复poi漏洞 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
|
|
|
|
<version>${commons-compress.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|