From 10e4a29fad93759f69c03b94eec8603070ff765a Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 28 十一月 2024 11:20:34 +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