From 5e9dda8b7daf484c658b1040de6515bae5fb7646 Mon Sep 17 00:00:00 2001 From: 6c <420680616@qq.com> Date: 星期三, 04 六月 2025 10:52:20 +0800 Subject: [PATCH] 初始化 --- pom.xml | 54 ++---------------------------------------------------- 1 files changed, 2 insertions(+), 52 deletions(-) diff --git a/pom.xml b/pom.xml index 59965c9..8fa2b58 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ <artifactId>product-server</artifactId> <version>2.0.0-release</version> </parent> + <version>2.2.0-release</version> <artifactId>product-project-server-contract</artifactId> <name>product-project-server-contract</name> <description>product-project-server-contract</description> @@ -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