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 ae2997944e4 Add camel-debug to camel-jbang to make it easier to debug
ae2997944e4 is described below

commit ae2997944e49f29b64aebfed9151507cf8b16bcf
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 14 17:36:36 2022 +0200

    Add camel-debug to camel-jbang to make it easier to debug
---
 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 0b6d39b62ab..bc5818eb363 100644
--- a/dsl/camel-kamelet-main/pom.xml
+++ b/dsl/camel-kamelet-main/pom.xml
@@ -48,6 +48,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-health</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-debug</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-console</artifactId>

Reply via email to