From 03feacb6c6ddbc1a886b348143f60707925c573f Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期四, 02 一月 2025 10:38:37 +0800 Subject: [PATCH] fix:del onlinedocument redis key --- pom.xml | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ebf6192..0b7cde6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,16 @@ <parent> <groupId>com.lx</groupId> <artifactId>product-server</artifactId> - <version>2.0.0-release</version> + <version>2.1.0-release</version> </parent> <artifactId>product-server-file</artifactId> <name>product-server-file</name> <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> @@ -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