We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Java SDK (apache/dubbo)
3.3.0-beta.2
Remove the following transitive dependencies from dubbo-all, if not possible, at least exclude them in dubbo-spring-boot-starter.
dubbo-all
dubbo-spring-boot-starter
<!-- Transitive dependencies --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency>
Try to completely get rid of the following dependency:
<dependency> <groupId>com.alibaba.spring</groupId> <artifactId>spring-context-support</artifactId> </dependency>
spring-boot-starter
No response
The text was updated successfully, but these errors were encountered:
hello,I think I can do it,please assign me,thanks~
Sorry, something went wrong.
done
@AlbumenJ You seem to be getting people wrong
My fault😭
transitive dependencies exists 3.3.0-Beta.3
Yes, it hasn't been merged yet, details are here #14137
heliang666s
No branches or pull requests
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
3.3.0-beta.2
Steps to reproduce this issue
Remove the following transitive dependencies from
dubbo-all
, if not possible, at least exclude them indubbo-spring-boot-starter
.Try to completely get rid of the following dependency:
What you expected to happen
spring-boot-starter
do this for users.Anything else
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: