更新
1.注释掉没有用到得依赖包,减轻项目的大小
This commit is contained in:
32
pom.xml
32
pom.xml
@@ -109,11 +109,11 @@
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/cglib/cglib-nodep -->
|
||||
<!-- 主要使用 beanToMap -->
|
||||
<dependency>
|
||||
<groupId>cglib</groupId>
|
||||
<artifactId>cglib-nodep</artifactId>
|
||||
<version>3.3.0</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>cglib</groupId>-->
|
||||
<!-- <artifactId>cglib-nodep</artifactId>-->
|
||||
<!-- <version>3.3.0</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- poi-tl word 模板处理器 http://deepoove.com/poi-tl -->
|
||||
<dependency>
|
||||
@@ -134,18 +134,18 @@
|
||||
<version>2.11.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>fr.opensagres.xdocreport</groupId>
|
||||
<artifactId>fr.opensagres.poi.xwpf.converter.pdf-gae</artifactId>
|
||||
<version>2.0.3</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>fr.opensagres.xdocreport</groupId>-->
|
||||
<!-- <artifactId>fr.opensagres.poi.xwpf.converter.pdf-gae</artifactId>-->
|
||||
<!-- <version>2.0.3</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- mybatis 字段类型处理器TypeHandler -->
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jsr310</artifactId>
|
||||
<version>2.12.5</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.fasterxml.jackson.datatype</groupId>-->
|
||||
<!-- <artifactId>jackson-datatype-jsr310</artifactId>-->
|
||||
<!-- <version>2.12.5</version>-->
|
||||
<!-- </dependency>-->
|
||||
<!-- fastjson -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
@@ -173,8 +173,6 @@
|
||||
<version>2022.10.11-snapshots</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user