From c6901af945ffbabafb4d50f39d2beb3b6a4af677 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 09 七月 2025 17:20:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
pom.xml | 54 +++++++++++++++++++++++++++---------------------------
1 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8f69dad..1d4fdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,35 +204,35 @@
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
- <dependency>
- <groupId>com.deepoove</groupId>
- <artifactId>poi-tl</artifactId>
- <version>1.10.0</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>com.deepoove</groupId>-->
+<!-- <artifactId>poi-tl</artifactId>-->
+<!-- <version>1.10.0</version>-->
+<!-- </dependency>-->
- <!-- 如果需要解析HTML -->
- <dependency>
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- <version>1.15.3</version>
- </dependency>
+<!-- <!– 如果需要解析HTML –>-->
+<!-- <dependency>-->
+<!-- <groupId>org.jsoup</groupId>-->
+<!-- <artifactId>jsoup</artifactId>-->
+<!-- <version>1.15.3</version>-->
+<!-- </dependency>-->
- <dependency>
- <groupId>com.itextpdf</groupId>
- <artifactId>itextpdf</artifactId>
- <version>5.5.13.3</version>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- <version>1.68</version>
- </dependency>
- <!-- 支持中文 -->
- <dependency>
- <groupId>com.itextpdf</groupId>
- <artifactId>itext-asian</artifactId>
- <version>5.2.0</version>
- </dependency>
+<!-- <dependency>-->
+<!-- <groupId>com.itextpdf</groupId>-->
+<!-- <artifactId>itextpdf</artifactId>-->
+<!-- <version>5.5.13.3</version>-->
+<!-- </dependency>-->
+<!-- <dependency>-->
+<!-- <groupId>org.bouncycastle</groupId>-->
+<!-- <artifactId>bcprov-jdk15on</artifactId>-->
+<!-- <version>1.68</version>-->
+<!-- </dependency>-->
+<!-- <!– 支持中文 –>-->
+<!-- <dependency>-->
+<!-- <groupId>com.itextpdf</groupId>-->
+<!-- <artifactId>itext-asian</artifactId>-->
+<!-- <version>5.2.0</version>-->
+<!-- </dependency>-->
</dependencies>
--
Gitblit v1.9.2