From 12f34f2b311ca0ff1a165679cf54b10775c180fb Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期四, 02 一月 2025 16:45:26 +0800
Subject: [PATCH] fix:添加tomcat配置

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

diff --git a/product-server-web/pom.xml b/product-server-web/pom.xml
index 7df208a..3b5652e 100644
--- a/product-server-web/pom.xml
+++ b/product-server-web/pom.xml
@@ -40,6 +40,19 @@
 
     </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>
+            <artifactId>product-server-xining</artifactId>
+        </dependency>
         <!--閫氱敤妯″潡锛坲til)-->
         <dependency>
             <groupId>com.lx</groupId>
@@ -99,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>
@@ -129,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>
@@ -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