From 028b641737a90262db44964600ea7220ab76718d Mon Sep 17 00:00:00 2001 From: zm <2369059705qq.com> Date: 星期四, 20 二月 2025 10:49:38 +0800 Subject: [PATCH] 清除数据pom --- pom.xml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3b1e1aa..0d5101f 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ <module>product-server-tool-face</module> <module>product-server-mobile-core</module> <module>product-server-hr</module> + <module>product-server-tool-conduct</module> </modules> <properties> <skipTests>true</skipTests> @@ -149,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> @@ -175,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> @@ -875,10 +886,11 @@ <artifactId>sigar</artifactId> <version>1.6.4</version> </dependency> + <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>3.10.0</version> </dependency> </dependencies> </project> -- Gitblit v1.9.2