From 5e3829ee63f5bf4909d7c4b57ea048b2fd87a99b Mon Sep 17 00:00:00 2001
From: zepengdev <lzpsmith@outlook.com>
Date: Fri, 29 Aug 2025 09:58:20 +0800
Subject: [PATCH] feat: 店铺与商品审核查询增加筛选条件
---
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