From 982313135d1c239fe3b20e4c5664781f92d40aca Mon Sep 17 00:00:00 2001 From: xin <1099200748@qq.com> Date: Thu, 31 Jul 2025 17:17:39 +0800 Subject: [PATCH] Merge branch 'master' into xin --- 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