20250217 更新

master
陈江保 6 days ago
parent 807b381437
commit 8c8903148e
  1. 47
      pom.xml

@ -11,7 +11,7 @@
<artifactId>dlp-entrustment</artifactId>
<packaging>jar</packaging>
<description>送检受理</description>111
<description>送检受理</description>
<properties>
<dlp.version>2022.10.11-snapshots</dlp.version>
@ -85,14 +85,14 @@
<artifactId>dlp-admin-api</artifactId>
<version>${dlp.version}</version>
</dependency>
<!-- 污水系统api-->
<!-- 污水系统api-->
<dependency>
<groupId>digital.laboratory.platform</groupId>
<artifactId>dlp-sewage-api</artifactId>
<version>${dlp.version}</version>
</dependency>
<!-- 第三方系统集成api工具类-->
<!-- 第三方系统集成api工具类-->
<dependency>
<groupId>digital.laboratory.platform</groupId>
<artifactId>dlp-othersys-api</artifactId>
@ -115,11 +115,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>
@ -128,11 +128,11 @@
<version>1.12.0</version>
</dependency>
<!-- Spring EL表达式作为模板处理语言 -->
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-expression</artifactId>-->
<!-- <version>5.3.18</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-expression</artifactId>-->
<!-- <version>5.3.18</version>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
@ -140,18 +140,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>
@ -189,7 +189,6 @@
</dependencies>
<build>
<plugins>
<plugin>

Loading…
Cancel
Save