From ea9ab51324547ce3264e73931018a3e477c7a7b6 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期三, 25 九月 2024 11:24:52 +0800
Subject: [PATCH] 表单获取

---
 pom.xml |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 89cd2f4..97bbcd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,14 +8,11 @@
         <artifactId>product-server</artifactId>
         <version>2.0.0-release</version>
     </parent>
+    <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,16 +21,31 @@
             <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>
             <groupId>com.lx</groupId>
             <artifactId>product-server-core</artifactId>
-            <version>2.0.1</version>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-file</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-task</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-device</artifactId>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.9.2