From 3dd3bc576dada8216099348ad8fd93fc070622b6 Mon Sep 17 00:00:00 2001
From: 杜洪波 <1074825718@qq.com>
Date: 星期五, 15 八月 2025 10:48:59 +0800
Subject: [PATCH] PDF操作类

---
 pom.xml |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index ebf6192..dff824e 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>
@@ -24,12 +28,19 @@
             <groupId>com.lx</groupId>
             <artifactId>product-server-lucene</artifactId>
         </dependency>
+		<dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-quartz</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
+            <artifactId>product-server-tool-table</artifactId>
+        </dependency>
         <!--releases  -->
         <dependency>
             <groupId>com.lx</groupId>
             <artifactId>product-server-core</artifactId>
         </dependency>
-
         <dependency>
             <groupId>com.deepoove</groupId>
             <artifactId>poi-tl</artifactId>
@@ -90,6 +101,7 @@
             <artifactId>aspose-words</artifactId>
             <version>21.11.1</version>
         </dependency>
+        
     </dependencies>
 
 </project>

--
Gitblit v1.9.2