RockteMQ-AI commented on issue #763: URL: https://github.com/apache/rocketmq-spring/issues/763#issuecomment-5537623714
**Issue Evaluation** Category: `question` | Status: **Not a Bug** After analyzing the codebase, this is **standard Maven multi-module practice**, not a duplication bug: - `spring-boot-autoconfigure-processor` appears in parent POMs under `<dependencyManagement>` for **version management only** (does not add to classpath) - Child modules (`rocketmq-spring-boot` and `rocketmq-v5-client-spring-boot`) each declare it once under `<dependencies>` for actual use This is the correct pattern for multi-module Maven projects. The two parent POMs do have similar dependency management sections, which is a minor DRY concern but not a functional issue. **Verdict:** Build configuration is correct. No action needed. --- *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]
