From d538a62999e202ce4c5a10429402a82d95494755 Mon Sep 17 00:00:00 2001 From: zm <2369059705qq.com> Date: 星期三, 04 九月 2024 17:16:37 +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