From 358f63797dc919fffa51b10f9f6c12d9b4cffe15 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期五, 20 三月 2026 09:32:59 +0800
Subject: [PATCH] Merge branch 'saas' of http://nonxin.cn:8090/r/product/product-server-web/V2.0.0 into saas

---
 pom.xml |   49 +++++++++----------------------------------------
 1 files changed, 9 insertions(+), 40 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13a69f7..45b78ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.lx</groupId>
         <artifactId>product-server</artifactId>
-        <version>2.0.0-release</version>
+        <version>2.5.0-release</version>
     </parent>
     <artifactId>product-server-web</artifactId>
     <packaging>jar</packaging>
@@ -41,24 +41,10 @@
     </profiles>
     <dependencies>
 
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-tool-conduct</artifactId>
-        </dependency>
-        <!--琛ヤ竵妯″潡-->
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-patch</artifactId>
-        </dependency>
         <!--浜轰簨绠$悊-->
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-hr</artifactId>
-        </dependency>
-        <!--璁惧绠$悊-->
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-device</artifactId>
         </dependency>
         <!--閫氱敤妯″潡锛坲til)-->
         <dependency>
@@ -133,11 +119,6 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-data-export-import</artifactId>
         </dependency>
-        <!--寮�鍙戝伐鍏�-->
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-tool-dev</artifactId>
-        </dependency>
         <!--娴佺▼寤烘ā-->
         <dependency>
             <groupId>com.lx</groupId>
@@ -183,28 +164,11 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-data-center</artifactId>
         </dependency>
-		<dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-system-backup</artifactId>
-        </dependency>
 
         <!--椤圭洰绠$悊妯″潡-->
         <dependency>
             <groupId>com.lx</groupId>
-            <artifactId>product-project-server-base</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-project-server-contract</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>com.lx</groupId>
             <artifactId>product-server-customer</artifactId>
-        </dependency>
- 		<dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-project-server-contract</artifactId>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
@@ -213,6 +177,10 @@
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-integration</artifactId>
+        </dependency>
+		<dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-saas</artifactId>
         </dependency>
         <dependency>
             <groupId>org.spring</groupId>
@@ -363,7 +331,8 @@
                                     <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"/>
+                                        <exclude name="product-server-core-2.1.3-SNAPSHOT.jar"/>
+                                        <exclude name="product-server-core-3.0.0-release.jar"/>
                                     </fileset>
                                 </copy>
                                 <copy todir="D:/product/workspace/product-server-install/resources/product-server/resources">
@@ -379,8 +348,8 @@
                                 <!--                                        <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"
+                                <copy file="${project.build.directory}/product-server-web-2.5.0-release.jar"
+                                      tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.5.0-release.jar"
                                       overwrite="true"/>
                             </tasks>
 

--
Gitblit v1.9.2