From e76afc52327bacba5a70d8790ef07cfed78b858b Mon Sep 17 00:00:00 2001
From: leomonM <2233021400@qq.com>
Date: Thu, 21 Aug 2025 22:55:14 +0800
Subject: [PATCH] 消息中心
---
pom.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 489ecc4..1264ba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,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