davsclaus opened a new pull request, #26595: URL: https://github.com/apache/camel/pull/26595
Follow-up to #26575. Three third-party libraries publish under a new group id, and the mapping still named the old one: - Artemis is `org.apache.artemis` since 2.50; the `org.apache.activemq` coordinates are relocation poms. - Yasson is `org.eclipse.yasson` (relocation from `org.eclipse`). - The univocity-parsers 2.10.2 that camel-univocity-parsers uses is the `com.sonofab1rd` fork; `com.univocity` stops at 2.9.1. Maven follows a relocation when it resolves a dependency, so `camel run` was not broken, but the mapping and the jar verification should name the real coordinates. The note in #26575 that these three versions "have no jar on Maven Central" was wrong: they had moved. With this change `-Dcamel.known-dependencies.verify=true` verifies all 146 packages against their jars. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01Bp3538HRBPMQkb5ta9xRaj -- 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]
