From b14fc420d659644d857b37e1a92eeb23962236bd Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期一, 13 十二月 2021 16:30:11 +0800
Subject: [PATCH] 更新springboot版本

---
 pom.xml |   43 +++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 53ed0f3..f497221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
         <version>2.0.5.RELEASE</version>
-        <relativePath/>
+        <relativePath/> <!-- lookup parent from repository -->
     </parent>
 
 
@@ -52,13 +52,33 @@
         <!--mybatis鑷姩鐢熸垚-->
         <mybatis.actable>1.1.1.RELEASE</mybatis.actable>
         <!--鑵捐浜慶os-->
-        <cos.version>5.6.24</cos.version>
+        <cos.version>5.6.32</cos.version>
+        <!--鍗庝负浜慶os-->
+        <obs.version>3.20.6.2</obs.version>
+        <!--鍔犲瘑鍣�-->
+        <jasypt.version>2.1.2</jasypt.version>
+        <!--瀵硅薄涓嶺ML澶勭悊-->
+        <jaxb.version>2.3.1</jaxb.version>
     </properties>
 
     <!-- 澹版槑渚濊禆涓嶅紩鍏� -->
     <dependencyManagement>
         <dependencies>
 
+            <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
+            <dependency>
+                <groupId>javax.xml.bind</groupId>
+                <artifactId>jaxb-api</artifactId>
+                <version>${jaxb.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>com.github.ulisesbocchio</groupId>
+                <artifactId>jasypt-spring-boot-starter</artifactId>
+                <version>${jasypt.version}</version>
+            </dependency>
+
+            <!-- https://mvnrepository.com/artifact/com.qcloud/cos_api -->
             <dependency>
                 <groupId>com.qcloud</groupId>
                 <artifactId>cos_api</artifactId>
@@ -183,6 +203,15 @@
                 <version>${orgApache.poi}</version>
             </dependency>
 
+            <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
+            <dependency>
+                <groupId>org.apache.poi</groupId>
+                <artifactId>poi-ooxml</artifactId>
+                <version>3.9</version>
+            </dependency>
+
+
+
             <dependency>
                 <groupId>redis.clients</groupId>
                 <artifactId>jedis</artifactId>
@@ -210,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