From 307451c2a3d48b1e5606ab260421fe1bcd4f9585 Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期四, 02 一月 2025 10:39:49 +0800
Subject: [PATCH] fix:del onlinedocument redis key

---
 pom.xml |   26 ++++++++++++--------------
 1 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7f7fd4a..294c32b 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.1.0-release</version>
     </parent>
     <artifactId>product-server-web</artifactId>
     <packaging>jar</packaging>
@@ -40,6 +40,17 @@
 
     </profiles>
     <dependencies>
+
+        <!--琛ヤ竵妯″潡-->
+        <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>
@@ -171,14 +182,6 @@
 
         <!--椤圭洰绠$悊妯″潡-->
         <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>
@@ -189,11 +192,6 @@
         <dependency>
             <groupId>org.spring</groupId>
             <artifactId>spring-server-master</artifactId>
-        </dependency>
-		<!--瑗垮畞-->
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-xining</artifactId>
         </dependency>
         <dependency>
             <groupId>com.sendgrid</groupId>

--
Gitblit v1.9.2