From 9f529d59e088ecf2a7db1e1b1e5a2be4d84c7682 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期五, 17 十月 2025 18:20:45 +0800
Subject: [PATCH] 代码提交

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

diff --git a/pom.xml b/pom.xml
index 603683c..b7f1a1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,17 +10,10 @@
     </parent>
     <artifactId>product-server-administration</artifactId>
     <name>product-server-administration</name>
-    <version>2.0.0-release</version>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
     <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-common</artifactId>
@@ -54,6 +47,10 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-data-export-import</artifactId>
         </dependency>
+		 <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-task</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.itextpdf</groupId>
             <artifactId>itextpdf</artifactId>

--
Gitblit v1.9.2