From 07a2f9c762efb3be3a29e2e8cc7004d4164cc9d8 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期一, 22 十二月 2025 20:15:58 +0800
Subject: [PATCH] 修改了对应代码
---
ruoyi-common/pom.xml | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 38f3dcc..7599128 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -141,7 +141,35 @@
<version>3.5.5</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.itextpdf</groupId>
+ <artifactId>itextpdf</artifactId>
+ <version>5.5.13</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
+<!-- <build>-->
+<!-- <plugins>-->
+<!-- <plugin>-->
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
+<!-- <artifactId>maven-compiler-plugin</artifactId>-->
+<!-- <version>3.0</version>-->
+<!-- <configuration>-->
+<!-- <compilerArguments>-->
+<!-- <Xlint />-->
+<!-- </compilerArguments>-->
+<!-- <verbose>true</verbose>-->
+<!-- <source>${java.version}</source>-->
+<!-- <target>${java.version}</target>-->
+<!-- <showWarnings>true</showWarnings>-->
+<!-- <compilerArguments>-->
+<!-- <verbose />-->
+<!-- <bootclasspath>{java.home}/../jre/lib/rt.jar</bootclasspath>-->
+<!-- </compilerArguments>-->
+<!-- </configuration>-->
+<!-- </plugin>-->
+<!-- </plugins>-->
+<!-- </build>-->
</project>
\ No newline at end of file
--
Gitblit v1.9.1