From be1b20692e5f0b48cb6b31b1231ef3ac8660e6ea Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期二, 25 三月 2025 13:19:22 +0800
Subject: [PATCH] 移动端

---
 pom.xml |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a65447..97bbcd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,15 +8,11 @@
         <artifactId>product-server</artifactId>
         <version>2.0.0-release</version>
     </parent>
-    <version>2.0.0-release</version>
+    <version>2.1.0-release</version>
     <artifactId>product-server-mobile-core</artifactId>
     <name>product-server-mobile-core</name>
     <description>product-server-mobile-core</description>
     <dependencies>
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-common</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-util</artifactId>
@@ -24,6 +20,14 @@
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-admin</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-tool-flow</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-tool-face</artifactId>
         </dependency>
         <!--releases  -->
         <dependency>
@@ -37,13 +41,10 @@
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-task</artifactId>
-            <version>2.1.0</version>
-  			<classifier>release</classifier>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-device</artifactId>
-            <version>2.1.0-release</version>
         </dependency>
     </dependencies>
 

--
Gitblit v1.9.2