|
|
@ -36,8 +36,6 @@
|
|
|
|
<aspose-cells.version>23.4</aspose-cells.version>
|
|
|
|
<aspose-cells.version>23.4</aspose-cells.version>
|
|
|
|
<aspose-slides.version>19.3</aspose-slides.version>
|
|
|
|
<aspose-slides.version>19.3</aspose-slides.version>
|
|
|
|
<aspose-pdf.version>22.7.1</aspose-pdf.version>
|
|
|
|
<aspose-pdf.version>22.7.1</aspose-pdf.version>
|
|
|
|
<!--POI版本-->
|
|
|
|
|
|
|
|
<poi.version>5.3.0</poi.version>
|
|
|
|
|
|
|
|
<!--yaml文件读取-->
|
|
|
|
<!--yaml文件读取-->
|
|
|
|
<snakeyaml.version>2.3</snakeyaml.version>
|
|
|
|
<snakeyaml.version>2.3</snakeyaml.version>
|
|
|
|
<!--maven插件版本号-->
|
|
|
|
<!--maven插件版本号-->
|
|
|
@ -255,13 +253,20 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
<version>5.2.5</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
<version>${poi.version}</version>
|
|
|
|
<version>5.2.5</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.alibaba/druid -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
|
|
<artifactId>druid</artifactId>
|
|
|
|
|
|
|
|
<version>1.2.23</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
@ -276,17 +281,6 @@
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
<version>0.7.0</version>
|
|
|
|
<version>0.7.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- Apache POI -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi</artifactId>
|
|
|
|
|
|
|
|
<version>5.2.3</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
|
|
|
|
<version>5.2.3</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.zendesk/mysql-binlog-connector-java -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.zendesk/mysql-binlog-connector-java -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.zendesk</groupId>
|
|
|
|
<groupId>com.zendesk</groupId>
|
|
|
|