From d6030f057b3a5ea8bd4f6edd3ba217ab97d8fee2 Mon Sep 17 00:00:00 2001
From: cheng <1821349743@qq.com>
Date: 星期二, 24 十二月 2024 21:56:19 +0800
Subject: [PATCH] pom 版本升级到 2.1.0-release

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

diff --git a/pom.xml b/pom.xml
index 59965c9..de750e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,11 +6,12 @@
     <parent>
         <groupId>com.lx</groupId>
         <artifactId>product-server</artifactId>
-        <version>2.0.0-release</version>
+        <version>2.1.0-release</version>
     </parent>
-    <artifactId>product-project-server-contract</artifactId>
-    <name>product-project-server-contract</name>
-    <description>product-project-server-contract</description>
+    <artifactId>product-server-project-contract</artifactId>
+    <name>product-server-project-contract</name>
+    <description>product-server-project-contract</description>
+    <version>2.1.0-release</version>
     <dependencies>
         <dependency>
             <groupId>com.lx</groupId>
@@ -26,64 +27,13 @@
             <artifactId>product-server-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.azure</groupId>
-            <artifactId>azure-storage-blob</artifactId>
-            <version>12.8.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.azure</groupId>
-            <artifactId>azure-storage-file-share</artifactId>
-            <version>12.6.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.microsoft.azure</groupId>
-            <artifactId>azure-storage-blob</artifactId>
-            <version>10.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.microsoft.azure</groupId>
-            <artifactId>azure-storage-queue</artifactId>
-            <version>10.0.0-Preview</version>
-        </dependency>
-        <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-admin</artifactId>
-            <version>1.0.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.openoffice</groupId>
-            <artifactId>jurt</artifactId>
-            <version>3.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.openoffice</groupId>
-            <artifactId>ridl</artifactId>
-            <version>3.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.openoffice</groupId>
-            <artifactId>juh</artifactId>
-            <version>3.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.openoffice</groupId>
-            <artifactId>unoil</artifactId>
-            <version>3.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>2.4</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-net</groupId>
-            <artifactId>commons-net</artifactId>
-            <version>3.7.2</version>
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-tool-flow</artifactId>
         </dependency>
     </dependencies>
-    
+
 </project>

--
Gitblit v1.9.2