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 131359d  CAMEL-16650: camel-kamelet - Add option to configure location 
for kamelet template to load from resource.
131359d is described below

commit 131359d647b450c98551752d805bd47f9a116c45
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 18 21:08:08 2021 +0200

    CAMEL-16650: camel-kamelet - Add option to configure location for kamelet 
template to load from resource.
---
 components/camel-kamelet/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-kamelet/pom.xml b/components/camel-kamelet/pom.xml
index 5b6ea13..6b29d32 100644
--- a/components/camel-kamelet/pom.xml
+++ b/components/camel-kamelet/pom.xml
@@ -74,11 +74,12 @@
             <artifactId>camel-direct</artifactId>
             <scope>test</scope>
         </dependency>
+        <!-- TODO: circular
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-xml-io-dsl</artifactId>
             <scope>test</scope>
-        </dependency>
+        </dependency> -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-junit5</artifactId>

Reply via email to