From c28e9990179f5573ea94f41130fcec8c64f7902a Mon Sep 17 00:00:00 2001 From: shichongfu <shi_chongfu@163.com> Date: 星期三, 07 六月 2023 17:09:14 +0800 Subject: [PATCH] 文档转换新转换方式,在properties中配置,open office是否启用 --- pom.xml | 62 ++++++++++++------------------- 1 files changed, 24 insertions(+), 38 deletions(-) diff --git a/pom.xml b/pom.xml index c6e4220..1b50b46 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>org.eclipse.birt.runtime.3_7_1</groupId> - <artifactId>com.lowagie.text</artifactId> - <version>2.1.7</version> - </dependency> + <dependency> + <groupId>org.aspose</groupId> + <artifactId>cells-line</artifactId> + <version>15.9.0</version> + </dependency> + <dependency> + <groupId>org.aspose</groupId> + <artifactId>slides-line</artifactId> + <version>15.9.0</version> + </dependency> + <dependency> + <groupId>org.aspose</groupId> + <artifactId>words-line</artifactId> + <version>15.9.0</version> + </dependency> </dependencies> - + </project> -- Gitblit v1.9.2