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
The dubbo-registry-nacos module is not bundled into dubbo artifact that can't be found in the center of Maven repository, it should be fixed in 2.7.2.
dubbo-registry-nacos
dubbo
The text was updated successfully, but these errors were encountered:
Please add the maven dependency separately:
<dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-nacos</artifactId> <version>2.7.1</version> </dependency>
Sorry, something went wrong.
dubbo-registry-nacos module is not bundled into Apache Dubbo 2.7.1 (#…
4007cd4
…3976) Fixes #3797:
mercyblitz
Successfully merging a pull request may close this issue.
The
dubbo-registry-nacos
module is not bundled intodubbo
artifact that can't be found in the center of Maven repository, it should be fixed in 2.7.2.The text was updated successfully, but these errors were encountered: