From 15e225d692605505d549764e2071770e8686f8c3 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期五, 09 六月 2023 18:27:15 +0800 Subject: [PATCH] excel 转pdf --- pom.xml | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 2179437..1b50b46 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,6 @@ <artifactId>product-server-file</artifactId> <name>product-server-file</name> <description>product-server-file</description> - <version>2.0.0-release</version> <dependencies> <dependency> <groupId>com.lx</groupId> @@ -81,16 +80,21 @@ <artifactId>pdfbox</artifactId> <version>2.0.6</version> </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-org-admin</artifactId> - <exclusions> - <exclusion> - <groupId>com.lx</groupId> - <artifactId>product-server-admin</artifactId> - </exclusion> - </exclusions> - </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