From 327991834574bbb8bbd78f29382297aa13d001d6 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期一, 30 十二月 2024 14:25:06 +0800 Subject: [PATCH] commit --- product-server-web/pom.xml | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/product-server-web/pom.xml b/product-server-web/pom.xml index 6c89e87..3b5652e 100644 --- a/product-server-web/pom.xml +++ b/product-server-web/pom.xml @@ -40,6 +40,14 @@ </profiles> <dependencies> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-device</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-patch</artifactId> + </dependency> <!--瑗垮畞鎴跨灞�涓氬姟妯″潡--> <dependency> <groupId>com.lx</groupId> @@ -103,6 +111,11 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-report</artifactId> + </dependency> + <!--绉诲姩绔�--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-mobile-core</artifactId> </dependency> <!--鏁版嵁瀵煎叆瀵煎嚭--> <dependency> @@ -332,8 +345,6 @@ <copy todir="D:/product/workspace/product-server-install/resources/product-server/lib"> <fileset dir="${project.build.directory}/lib"> <include name="*.jar"/> - <exclude name="product-server-core-1.0.0-SNAPSHOT.jar"/> - <exclude name="product-server-core-2.0.0-SNAPSHOT.jar"/> </fileset> </copy> <copy todir="D:/product/workspace/product-server-install/resources/product-server/resources"> -- Gitblit v1.9.2