From f31ffbeb82f9b77c56a6169ce1bb076eb9c95063 Mon Sep 17 00:00:00 2001
From: ChenJiaHe <763432473@qq.com>
Date: 星期四, 06 五月 2021 12:04:28 +0800
Subject: [PATCH] 新增华为云OBS存储

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

diff --git a/pom.xml b/pom.xml
index 25a54bf..3915e2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,8 @@
         <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
         <!--鑵捐浜慶os-->
         <cos.version>5.6.32</cos.version>
+        <!--鍗庝负浜慶os-->
+        <obs.version>[3.20.6.1,)</obs.version>
         <!--鍔犲瘑鍣�-->
         <jasypt.version>2.1.2</jasypt.version>
         <!--瀵硅薄涓嶺ML澶勭悊-->
@@ -237,11 +239,21 @@
                 <artifactId>jstl-api</artifactId>
                 <version>${jstl.api.version}</version>
             </dependency>
+
+            <!--闃块噷浜憃ss-->
             <dependency>
                 <groupId>com.aliyun.oss</groupId>
                 <artifactId>aliyun-sdk-oss</artifactId>
                 <version>${oss.version}</version>
             </dependency>
+
+            <!--鍗庝负浜憃bs锛坥ss锛�-->
+            <dependency>
+                <groupId>com.huaweicloud</groupId>
+                <artifactId>esdk-obs-java</artifactId>
+                <version>${obs.version}</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.mybatis.spring.boot</groupId>
                 <artifactId>mybatis-spring-boot-starter</artifactId>

--
Gitblit v1.8.0