From a3197b99e7dd4b8cbf967edeee13bdce33716df7 Mon Sep 17 00:00:00 2001 From: 杜洪波 <1074825718@qq.com> Date: 星期五, 01 八月 2025 18:02:59 +0800 Subject: [PATCH] 引入合同模块 --- pom.xml | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1c99f0c..3110534 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-device</artifactId> - <version>2.1.0-release</version> + <version>2.2.0-release</version> </dependency> <dependency> <groupId>com.lx</groupId> @@ -149,6 +149,12 @@ <version>2.1.0-release</version> </dependency> + + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-system-backup</artifactId> + <version>${product-module-version}</version> + </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-system-backup</artifactId> @@ -304,9 +310,19 @@ <artifactId>product-server-hr</artifactId> <version>${product-module-version}</version> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-project-server-contract</artifactId> + <version>2.2.0</version> + </dependency> <!--瀛愭ā鍧楋細end--> <!--绗笁鏂逛緷璧栵細start--> + <dependency> + <groupId>khzx-tzsb</groupId> + <artifactId>khzx-tzsb-maintenance-api</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>e-iceblue</groupId> <artifactId>spire.doc.free</artifactId> @@ -447,7 +463,6 @@ <version>4.12</version> <scope>test</scope> </dependency> - <!-- https://mvnrepository.com/artifact/com.github.mwiede/jsch --> <dependency> <groupId>com.github.mwiede</groupId> <artifactId>jsch</artifactId> -- Gitblit v1.9.2