修改了pom依赖结构

This commit is contained in:
Administrator
2020-11-05 16:54:43 +08:00
parent 7e86704fdb
commit 9bc47b9339
16 changed files with 205 additions and 227 deletions

View File

@ -8,7 +8,7 @@
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-parent</artifactId>
<version>0.0.1</version>
<relativePath/>
<relativePath>../mall-ebtp-cloud-parent</relativePath>
</parent>
<groupId>com.chinaunicom.ebtp</groupId>
<artifactId>mall-ebtp-cloud-fileupload-starter</artifactId>
@ -16,6 +16,10 @@
<name>mall-ebtp-cloud-fileupload-starter</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>cn.chinaunicom.sdsi</groupId>
<artifactId>unifast-storage</artifactId>