Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
MCCEYAS opened this issue Jul 28, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@MCCEYAS
Copy link

MCCEYAS commented Jul 28, 2021

           <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

@MCCEYAS MCCEYAS added the help wanted Extra attention is needed label Jul 28, 2021
@WeLinkOn
Copy link

WeLinkOn commented Jul 28, 2021

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants