From df4c741d62cfd69b694eec09b48c39211d522d0f Mon Sep 17 00:00:00 2001 From: zkr_liushenlu Date: Wed, 24 Mar 2021 15:13:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0aliyun=20oss=20jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 +++++++ ruoyi-common/pom.xml | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 6891d9920..a3b761809 100644 --- a/pom.xml +++ b/pom.xml @@ -185,6 +185,13 @@ fastjson ${fastjson.version} + + + + com.aliyun.oss + aliyun-sdk-oss + 3.8.0 + diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 7148fca3a..fbbcb6371 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -101,6 +101,11 @@ javax.servlet-api + + com.aliyun.oss + aliyun-sdk-oss + + \ No newline at end of file