From 2b6b812799204e58c78c7f8bee1beb41a2ebe025 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期一, 22 七月 2024 15:53:39 +0800 Subject: [PATCH] 版本 --- pom.xml | 53 +---------------------------------------------------- 1 files changed, 1 insertions(+), 52 deletions(-) diff --git a/pom.xml b/pom.xml index 59965c9..8a97a21 100644 --- a/pom.xml +++ b/pom.xml @@ -26,64 +26,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