From 47cbe48961ec07e3613b644883821590accb1311 Mon Sep 17 00:00:00 2001 From: zm <2369059705qq.com> Date: 星期四, 20 二月 2025 11:52:45 +0800 Subject: [PATCH] 数据清除 --- pom.xml | 43 ++++++++++++++++++------------------------- 1 files changed, 18 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index eeb72db..0d5101f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,8 +13,7 @@ <packaging>pom</packaging> <name>product-server</name> <description>product-server</description> - - <modules> + <modules> <module>product-server-web</module> <module>product-server-admin</module> <module>product-server-administration</module> @@ -44,7 +43,8 @@ <module>product-server-device</module> <module>product-server-tool-face</module> <module>product-server-mobile-core</module> - <module>product-server-hr</module> + <module>product-server-hr</module> + <module>product-server-tool-conduct</module> </modules> <properties> <skipTests>true</skipTests> @@ -150,6 +150,11 @@ <dependency> <groupId>com.lx</groupId> + <artifactId>product-server-tool-conduct</artifactId> + <version>${product-module-version}</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> <version>${product-module-version}</version> </dependency> @@ -176,6 +181,11 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-tool-mvc</artifactId> + <version>${product-module-version}</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-conduct</artifactId> <version>${product-module-version}</version> </dependency> <dependency> @@ -288,24 +298,6 @@ <artifactId>product-server-hr</artifactId> <version>${product-module-version}</version> </dependency> - <!--椤圭洰绠$悊--> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-project-server-contract</artifactId> - <version>${product-module-version}</version> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-project-server-base</artifactId> - <version>${product-module-version}</version> - </dependency> - <!--瑗垮畞--> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-xining</artifactId> - <version>${product-module-version}</version> - </dependency> - <!--瀛愭ā鍧楋細end--> <!--绗笁鏂逛緷璧栵細start--> @@ -894,10 +886,11 @@ <artifactId>sigar</artifactId> <version>1.6.4</version> </dependency> + <dependency> - <groupId>com.squareup.okhttp3</groupId> - <artifactId>okhttp</artifactId> - <version>3.10.0</version> - </dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>3.10.0</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.2