Marco Carletti created CAMEL-22100: -------------------------------------- Summary: camel-jbang - Transitive dependencies on plugins should use the parent artifact to manage versions Key: CAMEL-22100 URL: https://issues.apache.org/jira/browse/CAMEL-22100 Project: Camel Issue Type: Bug Components: camel-jbang Affects Versions: 4.11.0, 4.10.4, 4.9.0, 4.8.7 Reporter: Marco Carletti
When a plugin is added and executed, the MavenDependencyDownloader starts to resolve the transitive dependencies of the plugin itself, but is uses the Maven GAV of the plugin without taking account of the parent. Since all the Camel JBang plugin uses {code:xml} <groupId>org.apache.camel</groupId> <artifactId>camel-jbang-parent</artifactId> {code} as parent Maven module, it should rely on this module to manage the dependency versions Otherwise the downloaded dependencies are not the same used at runtime -- This message was sent by Atlassian Jira (v8.20.10#820010)