From c1d20b425b10e8ba59f102dd1ab413055883eed0 Mon Sep 17 00:00:00 2001 From: 彭雪彬 <1724387007@qq.com> Date: Mon, 14 Jul 2025 16:57:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/xin' into pxb --- pom.xml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index a2fef79..6005c46 100644 --- a/pom.xml +++ b/pom.xml @@ -197,6 +197,13 @@ <version>2.12.2</version> </dependency> + <!-- dom4j 使用安全的 2.x 版本 --> + <dependency> + <groupId>org.dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>2.1.4</version> + </dependency> + <!-- fastjson2 --> <dependency> <groupId>com.alibaba.fastjson2</groupId> @@ -210,6 +217,20 @@ <version>${fastjson2.version}</version> </dependency> + <!-- 请求跳过ssl证书验证 --> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + <!-- Java图形验证码 --> <dependency> <groupId>com.github.whvcse</groupId> @@ -222,6 +243,12 @@ <artifactId>commons-text</artifactId> <version>1.13.0</version> </dependency> + <!-- 华为云对象存储服务 OBS--> + <dependency> + <groupId>com.huaweicloud</groupId> + <artifactId>esdk-obs-java-bundle</artifactId> + <version>3.22.12</version> + </dependency> </dependencies> <build> -- Gitblit v1.9.3