From 673521770db750d6f631c3e6a6ca7dc508352311 Mon Sep 17 00:00:00 2001
From: 6c <420680616@qq.com>
Date: 星期五, 18 七月 2025 16:47:15 +0800
Subject: [PATCH] 适配国产数据库

---
 pom.xml |   33 +++++++++++++++++++--------------
 1 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4a28cbc..8ec526c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,10 +40,20 @@
 
     </profiles>
     <dependencies>
+        <!--璁惧绠$悊-->
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-device</artifactId>
+        </dependency>
         <!--閫氱敤妯″潡锛坲til)-->
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-common</artifactId>
+        </dependency>
+        <!-- 鎵嬫満绔�-->
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-mobile-core</artifactId>
         </dependency>
         <!--鏁版嵁婧�-->
         <dependency>
@@ -129,10 +139,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>
@@ -165,11 +171,10 @@
         <!--		<artifactId>product-project-server-base</artifactId>-->
         <!--		<version>1.0.0-SNAPSHOT</version>-->
         <!--	</dependency>-->
-        <!--	<dependency>-->
-        <!--		<groupId>com.lx</groupId>-->
-        <!--		<artifactId>product-project-server-contract</artifactId>-->
-        <!--		<version>1.0.0-SNAPSHOT</version>-->
-        <!--	</dependency>-->
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-project-server-contract</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-customer</artifactId>
@@ -344,11 +349,11 @@
                                         <include name="*.xml"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">
-                                    <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">
-                                        <include name="*.*"/>
-                                    </fileset>
-                                </copy>
+                                <!--                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">-->
+                                <!--                                    <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">-->
+                                <!--                                        <include name="*.*"/>-->
+                                <!--                                    </fileset>-->
+                                <!--                                </copy>-->
                                 <copy file="${project.build.directory}/product-server-web-2.0.0-release.jar"
                                       tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.0.0-release.jar"
                                       overwrite="true"/>

--
Gitblit v1.9.2