From 3ca3c9dba442c5fbf02b3f8bf6b649d077207983 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 16 四月 2026 09:28:12 +0800
Subject: [PATCH] 新增调用外部接口api

---
 common/pom.xml |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 860abbd..03ad2aa 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -168,6 +168,21 @@
             <artifactId>lombok</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.pdfbox</groupId>
+            <artifactId>pdfbox</artifactId>
+            <version>2.0.35</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.xmlgraphics</groupId>
+            <artifactId>batik-transcoder</artifactId>
+            <version>1.16</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.xmlgraphics</groupId>
+            <artifactId>batik-codec</artifactId>
+            <version>1.16</version>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.8.0