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 <kle...@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>