20250217 更新

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

@ -11,7 +11,7 @@
<artifactId>dlp-entrustment</artifactId> <artifactId>dlp-entrustment</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>送检受理</description>111 <description>送检受理</description>
<properties> <properties>
<dlp.version>2022.10.11-snapshots</dlp.version> <dlp.version>2022.10.11-snapshots</dlp.version>
@ -85,14 +85,14 @@
<artifactId>dlp-admin-api</artifactId> <artifactId>dlp-admin-api</artifactId>
<version>${dlp.version}</version> <version>${dlp.version}</version>
</dependency> </dependency>
<!-- 污水系统api--> <!-- 污水系统api-->
<dependency> <dependency>
<groupId>digital.laboratory.platform</groupId> <groupId>digital.laboratory.platform</groupId>
<artifactId>dlp-sewage-api</artifactId> <artifactId>dlp-sewage-api</artifactId>
<version>${dlp.version}</version> <version>${dlp.version}</version>
</dependency> </dependency>
<!-- 第三方系统集成api工具类--> <!-- 第三方系统集成api工具类-->
<dependency> <dependency>
<groupId>digital.laboratory.platform</groupId> <groupId>digital.laboratory.platform</groupId>
<artifactId>dlp-othersys-api</artifactId> <artifactId>dlp-othersys-api</artifactId>
@ -115,11 +115,11 @@
<!-- https://mvnrepository.com/artifact/cglib/cglib-nodep --> <!-- https://mvnrepository.com/artifact/cglib/cglib-nodep -->
<!-- 主要使用 beanToMap --> <!-- 主要使用 beanToMap -->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>cglib</groupId>--> <!-- <groupId>cglib</groupId>-->
<!-- <artifactId>cglib-nodep</artifactId>--> <!-- <artifactId>cglib-nodep</artifactId>-->
<!-- <version>3.3.0</version>--> <!-- <version>3.3.0</version>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- poi-tl word 模板处理器 http://deepoove.com/poi-tl --> <!-- poi-tl word 模板处理器 http://deepoove.com/poi-tl -->
<dependency> <dependency>
@ -128,11 +128,11 @@
<version>1.12.0</version> <version>1.12.0</version>
</dependency> </dependency>
<!-- Spring EL表达式作为模板处理语言 --> <!-- Spring EL表达式作为模板处理语言 -->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>--> <!-- <groupId>org.springframework</groupId>-->
<!-- <artifactId>spring-expression</artifactId>--> <!-- <artifactId>spring-expression</artifactId>-->
<!-- <version>5.3.18</version>--> <!-- <version>5.3.18</version>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/commons-io/commons-io --> <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
@ -140,18 +140,18 @@
<version>2.11.0</version> <version>2.11.0</version>
</dependency> </dependency>
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>fr.opensagres.xdocreport</groupId>--> <!-- <groupId>fr.opensagres.xdocreport</groupId>-->
<!-- <artifactId>fr.opensagres.poi.xwpf.converter.pdf-gae</artifactId>--> <!-- <artifactId>fr.opensagres.poi.xwpf.converter.pdf-gae</artifactId>-->
<!-- <version>2.0.3</version>--> <!-- <version>2.0.3</version>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- mybatis 字段类型处理器TypeHandler --> <!-- mybatis 字段类型处理器TypeHandler -->
<!-- <dependency>--> <!-- <dependency>-->
<!-- <groupId>com.fasterxml.jackson.datatype</groupId>--> <!-- <groupId>com.fasterxml.jackson.datatype</groupId>-->
<!-- <artifactId>jackson-datatype-jsr310</artifactId>--> <!-- <artifactId>jackson-datatype-jsr310</artifactId>-->
<!-- <version>2.12.5</version>--> <!-- <version>2.12.5</version>-->
<!-- </dependency>--> <!-- </dependency>-->
<!-- fastjson --> <!-- fastjson -->
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
@ -189,7 +189,6 @@
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

Loading…
Cancel
Save