From 23d0d2bd37cc8789b35f60f2c6d6e0727c284c7b Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期四, 24 四月 2025 11:01:52 +0800 Subject: [PATCH] 移动端app自动升级,安装包下载 ,版本检测 --- pom.xml | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index fadae88..9f3c00c 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> @@ -28,6 +32,10 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> + </dependency> + <dependency> + <groupId>com.deepoove</groupId> + <artifactId>poi-tl</artifactId> </dependency> <!--浣跨敤open office--> <dependency> @@ -85,6 +93,14 @@ <artifactId>aspose-words</artifactId> <version>21.11.1</version> </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-quartz</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-table</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.2