RockteMQ-AI commented on issue #763: URL: https://github.com/apache/rocketmq-spring/issues/763#issuecomment-5235132269
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** Build configuration (pom.xml files) **Compatibility:** No breaking changes Duplicate dependency definitions across multiple `pom.xml` files is a maintenance concern. If `spring-boot-autoconfigure-processor` is defined in multiple modules, it should be consolidated — either via a parent POM `<dependencyManagement>` section or by removing redundant declarations. This is a code quality improvement rather than a functional bug, but it can cause confusion during dependency upgrades and version management. --- *Automated evaluation by github-manager* -- 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]
