From 04eb3f2f80f195a0135fe31adda7e9a01c19589d Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期四, 24 十月 2024 16:58:19 +0800
Subject: [PATCH] 签到打卡

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

diff --git a/pom.xml b/pom.xml
index 1b4c851..97bbcd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
         <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>
@@ -21,6 +21,14 @@
             <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>

--
Gitblit v1.9.2