You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by kl...@apache.org on 2022/03/31 17:21:34 UTC

[camel-examples] branch main updated: CAMEL-17847: fix KameletMain test

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5c3646a  CAMEL-17847: fix KameletMain test
5c3646a is described below

commit 5c3646a94eca722759391025af8e953d6927310b
Author: klease <kl...@cegetel.net>
AuthorDate: Thu Mar 31 19:21:15 2022 +0200

    CAMEL-17847: fix KameletMain test
---
 examples/kamelet-main/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/kamelet-main/pom.xml b/examples/kamelet-main/pom.xml
index f17955a..2339bfa 100644
--- a/examples/kamelet-main/pom.xml
+++ b/examples/kamelet-main/pom.xml
@@ -93,6 +93,11 @@
             <artifactId>camel-caffeine</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-http</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>