gnodet commented on code in PR #16182:
URL: https://github.com/apache/camel/pull/16182#discussion_r1835328279
##########
dsl/camel-jbang/camel-jbang-core/pom.xml:
##########
@@ -136,6 +141,11 @@
<version>${jansi-version}</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-xml</artifactId>
+ </dependency>
Review Comment:
This is slightly unrelated. The latest maven 4 builds include a fix in the
way transitive dependency management is computed. This dependency is actually
included in the dep tree with maven 3, but not with Maven 4, so I just included
it at the same time. But this could be splitter into a different PR if needed.
--
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]