From 8b18f36f1c34b9660a1e6a18cb7ad57564edd347 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期日, 29 三月 2026 17:46:18 +0800
Subject: [PATCH] 数据中获取表名

---
 pom.xml |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 97bbcd5..75f6e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,9 +6,8 @@
     <parent>
         <groupId>com.lx</groupId>
         <artifactId>product-server</artifactId>
-        <version>2.0.0-release</version>
+        <version>2.5.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>
@@ -41,10 +40,6 @@
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-task</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.lx</groupId>
-            <artifactId>product-server-device</artifactId>
         </dependency>
     </dependencies>
 

--
Gitblit v1.9.2