<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
<parent>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-parent</artifactId>
|
<version>1.0.0</version>
|
</parent>
|
|
<artifactId>smart-starter-oss</artifactId>
|
|
<dependencies>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-secure</artifactId>
|
<version>1.0.0</version>
|
</dependency>
|
<!--AliOss-->
|
<dependency>
|
<groupId>com.aliyun.oss</groupId>
|
<artifactId>aliyun-sdk-oss</artifactId>
|
<scope>provided</scope>
|
<version>3.14.0</version>
|
</dependency>
|
<!--MinIO-->
|
<dependency>
|
<groupId>io.minio</groupId>
|
<artifactId>minio</artifactId>
|
<scope>provided</scope>
|
<version>8.3.7</version>
|
</dependency>
|
<!--QiNiu-->
|
<dependency>
|
<groupId>com.qiniu</groupId>
|
<artifactId>qiniu-java-sdk</artifactId>
|
<scope>provided</scope>
|
<version>7.9.4</version>
|
</dependency>
|
<!--腾讯COS-->
|
<dependency>
|
<groupId>com.qcloud</groupId>
|
<artifactId>cos_api</artifactId>
|
<version>5.6.69</version>
|
|
</dependency>
|
<!--华为云Obs-->
|
<dependency>
|
<groupId>com.huaweicloud</groupId>
|
<artifactId>esdk-obs-java</artifactId>
|
<version>3.21.12</version>
|
</dependency>
|
<dependency>
|
<groupId>com.qianwen</groupId>
|
<artifactId>smart-core-auto</artifactId>
|
<scope>provided</scope>
|
<version>1.0.0</version>
|
</dependency>
|
</dependencies>
|
|
</project>
|