From 419714dc96e2c880f48ba3eed9ec9b3a8fa0cf32 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期一, 17 二月 2025 16:40:00 +0800 Subject: [PATCH] 归档支持自定义文件夹路径(多层级) --- pom.xml | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index ebf6192..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> @@ -29,7 +33,6 @@ <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> </dependency> - <dependency> <groupId>com.deepoove</groupId> <artifactId>poi-tl</artifactId> @@ -90,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