From 3aacec366786f81ec475b8577d6c857faa427252 Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期二, 01 七月 2025 13:22:02 +0800 Subject: [PATCH] 修改 --- 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