- [Y ] I have searched the issues of this repository and believe that this is not a duplicate.
- [ Y] I have checked the FAQ of this repository and believe that this is not a duplicate.
Environment
- Dubbo version: 2.7.11
- Operating System version: linux
- Java version: 8
Steps to reproduce this issue
- 创建一个Demo工程的POM.xml如下:
4.0.0
org.example
dubbo-demo
${revision}
1.0-SNAPSHOT
8
8
org.apache.dubbo
dubbo-spring-boot-starter
2.7.11
2. 使用Maven 命令进行构建:
mvn -Drevision=1.0-RELEASE clean install
Pls. provide [GitHub address] to reproduce this issue.
Expected Result
dubbo-spring-boot-autoconfigure的下载版本应该还是2.7.11版本。
Actual Result
dubbo-spring-boot-autoconfigure的下载版本1.0-RELEASE,导致在Spring仓库无法找到对应的包,403错误。
If there is an exception, please attach the exception trace:
Just put your stack trace here!