Browse Source

把归档需要用到oss服务

“zhifk” 2 years ago
parent
commit
04c203c4af
1 changed files with 7 additions and 1 deletions
  1. 7 1
      blade-service/blade-archive/pom.xml

+ 7 - 1
blade-service/blade-archive/pom.xml

@@ -48,7 +48,13 @@
             <artifactId>blade-user-api</artifactId>
             <version>${bladex.project.version}</version>
         </dependency>
-
+        <!--调用OSS的API-->
+        <dependency>
+            <groupId>org.springblade</groupId>
+            <artifactId>blade-resource-api</artifactId>
+            <version>2.9.1.RELEASE</version>
+            <scope>compile</scope>
+        </dependency>
         <dependency>
             <groupId>org.springblade</groupId>
             <artifactId>blade-core-cloud</artifactId>