RockteMQ-AI commented on issue #699:
URL: 
https://github.com/apache/rocketmq-spring/issues/699#issuecomment-5216250449

   **Issue Evaluation**
   
   Category: `question` | Status: **Answered**
   
   This is a Maven repository resolution issue, not a bug in rocketmq-spring. 
The `grpc/grpc-core/maven-metadata.xml` download failure is typically caused by:
   
   1. **Maven Central mirror issues** — If you are in China, ensure your 
`settings.xml` uses a reliable mirror (e.g., Aliyun Maven: 
`https://maven.aliyun.com/repository/public`).
   2. **Network/proxy configuration** — Verify that your Maven can reach Maven 
Central or the configured mirror.
   3. **Version conflict** — `grpc-core` is a transitive dependency of 
rocketmq-client 5.x. Ensure your `pom.xml` does not pin an incompatible version.
   
   Try running `mvn dependency:tree -Dincludes=io.grpc` to inspect the resolved 
gRPC versions.
   
   ---
   *Automated evaluation by @RockteMQ-AI*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to