From 23bd50fb3957688de0c12abc73b6ca939b1d1f7b Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期一, 05 一月 2026 17:49:37 +0800
Subject: [PATCH] 新增字段
---
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