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

davsclaus 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 1a46ff4  CAMEL-16585: camel-kamelet - Main class to easily bootstrap 
Camel with Kamelets
1a46ff4 is described below

commit 1a46ff40b45608763f6cadaf2b7adf652dbf31ba
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 31 08:49:28 2021 +0200

    CAMEL-16585: camel-kamelet - Main class to easily bootstrap Camel with 
Kamelets
---
 dsl/camel-kamelet-main/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml
index e776a1c..852adc1 100644
--- a/dsl/camel-kamelet-main/pom.xml
+++ b/dsl/camel-kamelet-main/pom.xml
@@ -52,6 +52,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-http</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-jackson</artifactId>
         </dependency>
         <dependency>

Reply via email to