davsclaus opened a new pull request, #24504: URL: https://github.com/apache/camel/pull/24504
## Summary _Claude Code on behalf of davsclaus_ - Remove the deprecated `maven-resolver-supplier` dependency from `camel-tooling-maven` - This artifact is unused — MIMA handles `RepositorySystem` creation internally - It was accidentally re-added in CAMEL-23145 after the MIMA migration (CAMEL-19329) had already removed it - The stale 1.9.x artifact conflicts at runtime with `maven-resolver-supplier-mvn3:2.0.x` in downstream projects, causing `NoClassDefFoundError` for `DefaultTrackingFileManager` ## Test plan - [x] `mvn verify` passes in `tooling/camel-tooling-maven` - [x] Full reactor build (`mvn clean install -DskipTests`) passes from root - [x] Verified no Java code imports from `org.eclipse.aether.supplier` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
