From 4ed22ab2c783a4317860025bdc2fb994afe2e3fc Mon Sep 17 00:00:00 2001 From: zm <2369059705qq.com> Date: 星期三, 04 九月 2024 18:43:24 +0800 Subject: [PATCH] 归档优化 --- pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index a6b8f24..c34e64c 100644 --- a/pom.xml +++ b/pom.xml @@ -93,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