From ec14bf2ff5734097e83fd47d11f2e2cb3c1ab27e Mon Sep 17 00:00:00 2001 From: 354798ggg <1074825718@qq.com> Date: 星期一, 30 十月 2023 14:32:48 +0800 Subject: [PATCH] 父工程POM清理 --- product-server-project-contract/pom.xml | 78 ++++----------------------------------- 1 files changed, 8 insertions(+), 70 deletions(-) diff --git a/product-server-project-contract/pom.xml b/product-server-project-contract/pom.xml index bc0351c..5f152c8 100644 --- a/product-server-project-contract/pom.xml +++ b/product-server-project-contract/pom.xml @@ -5,97 +5,35 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.lx</groupId> - <artifactId>product-project-server</artifactId> - <version>1.0.0-SNAPSHOT</version> + <artifactId>product-server</artifactId> + <version>2.0.0-release</version> </parent> <artifactId>product-project-server-contract</artifactId> <name>product-project-server-contract</name> <description>product-project-server-contract</description> + <version>2.0.0-release</version> <dependencies> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-common</artifactId> - <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-util</artifactId> - <version>1.0.0-SNAPSHOT</version> - </dependency> - <!--releases --> + <groupId>com.lx</groupId> + <artifactId>product-server-util</artifactId> + </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> - <version>1.0.0-releases</version> - </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-SNAPSHOT</version> - <scope>compile</scope> </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> - <version>1.0.0-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-tool-flow</artifactId> - <version>1.0.0-SNAPSHOT</version> - <scope>compile</scope> </dependency> </dependencies> - + </project> -- Gitblit v1.9.2