davsclaus commented on PR #24212: URL: https://github.com/apache/camel/pull/24212#issuecomment-4789493827
Thanks for looking into this. However, we'd like the version to always be included in the output for all runtimes (Spring Boot, Quarkus, etc.), since tooling that consumes `camel dependency list` needs full GAV coordinates (groupId:artifactId:version) to fetch JARs. The `DependencyList` code already has logic to resolve BOM-managed versions (lines 184-188), so the fix should be to investigate why the version resolution isn't working rather than removing it from the assertion. See: https://issues.apache.org/jira/browse/CAMEL-23824 _Claude Code on behalf of Claus Ibsen_ -- 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]
