alibaba / aliyun-spring-boot

Spring Boot Starters for Aliyun services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question]Cannot resolve com.alibaba.cloud:aliyun-oss-spring-boot-starter:unknown

MCCEYAS opened this issue · comments

           <dependency>
		<groupId>com.alibaba.cloud</groupId>
		<artifactId>aliyun-oss-spring-boot-starter</artifactId>
	</dependency>

<spring-cloud-alibaba.version>2.2.6.RELEASE</spring-cloud-alibaba.version>

com.alibaba.cloud
spring-cloud-alibaba-dependencies
${spring-cloud-alibaba.version}
pom
import

You should add another Aliyun Spring Boot BOM in your spring-cloud-alibaba project pom.xml, reference here: Spring Cloud Alibaba

<dependency>
    <groupId>com.alibaba.cloud</groupId>
    <artifactId>aliyun-spring-boot-dependencies</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>