|
|
@@ -90,14 +90,6 @@
|
|
|
<groupId>org.springblade</groupId>
|
|
|
<artifactId>blade-starter-develop</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springblade</groupId>
|
|
|
- <artifactId>blade-starter-oss-all</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springblade</groupId>
|
|
|
- <artifactId>blade-starter-sms-all</artifactId>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springblade</groupId>
|
|
|
<artifactId>blade-starter-swagger</artifactId>
|
|
|
@@ -157,6 +149,51 @@
|
|
|
<version>1.7</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
+ <!--Oss-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
+ <artifactId>blade-starter-oss</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--Sms-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springblade</groupId>
|
|
|
+ <artifactId>blade-starter-sms</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--MinIO-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.minio</groupId>
|
|
|
+ <artifactId>minio</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--Alioss-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aliyun.oss</groupId>
|
|
|
+ <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--AliSms-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aliyun</groupId>
|
|
|
+ <artifactId>aliyun-java-sdk-core</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--腾讯COS-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.qcloud</groupId>
|
|
|
+ <artifactId>cos_api</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--腾讯SMS-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.qcloudsms</groupId>
|
|
|
+ <artifactId>qcloudsms</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--QiNiu-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.qiniu</groupId>
|
|
|
+ <artifactId>qiniu-java-sdk</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <!--YunPian-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.yunpian.sdk</groupId>
|
|
|
+ <artifactId>yunpian-java-sdk</artifactId>
|
|
|
+ </dependency>
|
|
|
<!-- lombok -->
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|