From 93822ec02e18bba8d09eb7fda3b259e33b4462fb Mon Sep 17 00:00:00 2001 From: shichongfu <shi_chongfu@163.com> Date: 星期一, 19 六月 2023 09:31:11 +0800 Subject: [PATCH] pom --- pom.xml | 58 ++++++++++++++++++++++------------------------------------ 1 files changed, 22 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index c6e4220..ed78247 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.lx</groupId> <artifactId>product-server</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-release</version> </parent> <artifactId>product-server-file</artifactId> <name>product-server-file</name> @@ -15,43 +15,19 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-common</artifactId> - <version>2.0.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-util</artifactId> - <version>2.0.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-lucene</artifactId> - <version>2.0.0-SNAPSHOT</version> - </dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-util</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-lucene</artifactId> + </dependency> <!--releases --> <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> <!--浣跨敤open office--> <dependency> @@ -104,11 +80,21 @@ <artifactId>pdfbox</artifactId> <version>2.0.6</version> </dependency> + <dependency> + <groupId>com.aspose</groupId> + <artifactId>aspose-cells</artifactId> + <version>23.6.1</version> + </dependency> + <dependency> + <groupId>org.aspose</groupId> + <artifactId>slides-line</artifactId> + <version>15.9.0</version> + </dependency> <dependency> - <groupId>org.eclipse.birt.runtime.3_7_1</groupId> - <artifactId>com.lowagie.text</artifactId> - <version>2.1.7</version> + <groupId>com.aspose</groupId> + <artifactId>aspose-words</artifactId> + <version>21.11.1</version> </dependency> </dependencies> - + </project> -- Gitblit v1.9.2