You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/08 09:38:05 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Picocli

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 954cdc4b1cd0533b498892e1dc27e9fdca4ffdb1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:31:19 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Picocli
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 dsl/camel-jbang/camel-jbang-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 82b382932f3..225e3b48b51 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -71,6 +71,7 @@
         <dependency>
             <groupId>info.picocli</groupId>
             <artifactId>picocli</artifactId>
+            <version>${picocli-version}</version>
         </dependency>
         <dependency>
             <groupId>com.github.freva</groupId>