From f1579ea6e661af4ed4fb4d4a1dbbe4f5bc75c284 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期一, 30 九月 2024 10:02:42 +0800 Subject: [PATCH] 文档合并添加 .wps的支持 --- pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index fadae88..c34e64c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,10 @@ <description>product-server-file</description> <dependencies> <dependency> + <groupId>e-iceblue</groupId> + <artifactId>spire.doc.free</artifactId> + </dependency> + <dependency> <groupId>com.lx</groupId> <artifactId>product-server-common</artifactId> </dependency> @@ -28,6 +32,10 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> + </dependency> + <dependency> + <groupId>com.deepoove</groupId> + <artifactId>poi-tl</artifactId> </dependency> <!--浣跨敤open office--> <dependency> @@ -85,6 +93,10 @@ <artifactId>aspose-words</artifactId> <version>21.11.1</version> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-quartz</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.2