|
@@ -23,8 +23,6 @@
|
|
|
<swagger2.version>2.9.2</swagger2.version>
|
|
|
<fastjson.version>1.2.68</fastjson.version>
|
|
|
<fileupload.version>1.4</fileupload.version>
|
|
|
- <poi.version>3.17</poi.version>
|
|
|
- <aliyun.version>3.8.1</aliyun.version>
|
|
|
<guava.version>27.1-jre</guava.version>
|
|
|
<hutool.version>5.0.6</hutool.version>
|
|
|
<bcprov.version>1.52</bcprov.version>
|
|
@@ -39,10 +37,6 @@
|
|
|
<httpclient.version>4.5.12</httpclient.version>
|
|
|
<version-plugin.version>2.8.1</version-plugin.version>
|
|
|
<netty-all.version>4.1.49.Final</netty-all.version>
|
|
|
- <itextpdf.version>5.5.13</itextpdf.version>
|
|
|
- <itextasian.version>5.2.0</itextasian.version>
|
|
|
- <googleBar.version>3.4.0</googleBar.version>
|
|
|
- <freemarker.version>2.3.30</freemarker.version>
|
|
|
<commons-text.version>1.9</commons-text.version>
|
|
|
<junit.version>4.13</junit.version>
|
|
|
<activiti.version>6.0.0</activiti.version>
|
|
@@ -181,31 +175,11 @@
|
|
|
<artifactId>guava</artifactId>
|
|
|
<version>${guava.version}</version>
|
|
|
</dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.apache.poi</groupId>-->
|
|
|
-<!-- <artifactId>poi-ooxml</artifactId>-->
|
|
|
-<!-- <version>${poi.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.apache.poi</groupId>-->
|
|
|
-<!-- <artifactId>poi-ooxml-schemas</artifactId>-->
|
|
|
-<!-- <version>${poi.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.apache.poi</groupId>-->
|
|
|
-<!-- <artifactId>poi</artifactId>-->
|
|
|
-<!-- <version>${poi.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
<version>${fileupload.version}</version>
|
|
|
</dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.aliyun.oss</groupId>-->
|
|
|
-<!-- <artifactId>aliyun-sdk-oss</artifactId>-->
|
|
|
-<!-- <version>${aliyun.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
@@ -264,31 +238,6 @@
|
|
|
<artifactId>spring-boot-starter-quartz</artifactId>
|
|
|
<version>${spring-boot.version}</version>
|
|
|
</dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.itextpdf</groupId>-->
|
|
|
-<!-- <artifactId>itextpdf</artifactId>-->
|
|
|
-<!-- <version>${itextpdf.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.itextpdf</groupId>-->
|
|
|
-<!-- <artifactId>itext-asian</artifactId>-->
|
|
|
-<!-- <version>${itextasian.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.google.zxing</groupId>-->
|
|
|
-<!-- <artifactId>core</artifactId>-->
|
|
|
-<!-- <version>${googleBar.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.google.zxing</groupId>-->
|
|
|
-<!-- <artifactId>javase</artifactId>-->
|
|
|
-<!-- <version>${googleBar.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.freemarker</groupId>-->
|
|
|
-<!-- <artifactId>freemarker</artifactId>-->
|
|
|
-<!-- <version>${freemarker.version}</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
@@ -339,11 +288,6 @@
|
|
|
<artifactId>jasypt-spring-boot-starter</artifactId>
|
|
|
<version>${jasypt.version}</version>
|
|
|
</dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.apache.maven</groupId>-->
|
|
|
-<!-- <artifactId>maven-model</artifactId>-->
|
|
|
-<!-- <version>3.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpmime</artifactId>
|