You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/11/29 20:04:13 UTC

[camel] branch main updated: CAMEL-17248: added camel-kamelets as a runtime dependency for camel-jbang

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e5ec3b3  CAMEL-17248: added camel-kamelets as a runtime dependency for camel-jbang
e5ec3b3 is described below

commit e5ec3b3ff9e2e1c8ffe7ee0cd480f85a0fcd9c0d
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Nov 29 18:38:37 2021 +0100

    CAMEL-17248: added camel-kamelets as a runtime dependency for camel-jbang
---
 dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java                | 1 +
 dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
index a52dcb0..9e36eca 100755
--- a/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java
@@ -20,6 +20,7 @@
 //REPOS mavencentral,apache=https://repository.apache.org/snapshots
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:RELEASE}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:RELEASE}
+//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:RELEASE}
 
 package main;
 
diff --git a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
index a52dcb0..9e36eca 100755
--- a/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
+++ b/dsl/camel-jbang/camel-jbang-main/src/main/jbang/main/CamelJBang.java
@@ -20,6 +20,7 @@
 //REPOS mavencentral,apache=https://repository.apache.org/snapshots
 //DEPS org.apache.camel:camel-bom:${camel.jbang.version:RELEASE}@pom
 //DEPS org.apache.camel:camel-jbang-core:${camel.jbang.version:RELEASE}
+//DEPS org.apache.camel.kamelets:camel-kamelets:${camel-kamelets.version:RELEASE}
 
 package main;