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 2022/01/10 12:42:02 UTC

[camel] 02/02: Camel-Jbang: Camel-Kamelets-Utils should be available in CamelJbang

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 f3d073d5231d489eb04dff5175823259cdd1fdf0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 10 13:41:06 2022 +0100

    Camel-Jbang: Camel-Kamelets-Utils should be available in CamelJbang
---
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index dedd5c4..697fde1 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -21,6 +21,7 @@
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:3.14.0}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:3.14.0}
 //DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:0.6.0}
+//DEPS org.apache.camel.kamelets:camel-kamelets-utils:${camel-kamelets.version:0.6.0}
 
 package main;