From d51ecc91ec46a0bef9bf402331fd0ac83de2ff8e Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期二, 21 一月 2025 14:07:08 +0800
Subject: [PATCH] other:patch sql

---
 product-server-web/pom.xml |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/product-server-web/pom.xml b/product-server-web/pom.xml
index bda3389..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>
@@ -104,6 +112,11 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-report</artifactId>
         </dependency>
+        <!--绉诲姩绔�-->
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-mobile-core</artifactId>
+        </dependency>
         <!--鏁版嵁瀵煎叆瀵煎嚭-->
         <dependency>
             <groupId>com.lx</groupId>
@@ -134,11 +147,6 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-tool-table</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-announcement</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-data-sync</artifactId>
@@ -337,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