From 9fcffba8403c50c87006ce8c58d980e0d0ccf892 Mon Sep 17 00:00:00 2001
From: zepengdev <lzpsmith@outlook.com>
Date: Sun, 22 Jun 2025 23:23:09 +0800
Subject: [PATCH] fix(product): 处理null问题

---
 pom.xml |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index a2fef79..1264ba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,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 +236,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