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-spring-boot.git

commit 77c429f06be169256a59675c303aa33c4d7056b0
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 9 21:23:26 2023 +0200

    CAMEL-19307: camel-yaml-io - YAML route dumper
---
 .../camel/component/kamelet/springboot/KameletRouteDumpTest.java     | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml                       | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletRouteDumpTest.java
 
b/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletRouteDumpTest.java
index f77b1ea73e5..68714ca8d9f 100644
--- 
a/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletRouteDumpTest.java
+++ 
b/components-starter/camel-kamelet-starter/src/test/java/org/apache/camel/component/kamelet/springboot/KameletRouteDumpTest.java
@@ -51,7 +51,7 @@ public class KameletRouteDumpTest {
     private CamelContext context;
 
     protected void postProcessTest() throws Exception {
-        context.setDumpRoutes(true);
+        context.setDumpRoutes("xml");
     }
 
     @Test
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index c275867c853..6a1d45c1b0e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3797,6 +3797,11 @@
         <artifactId>camel-yaml-dsl-deserializers</artifactId>
         <version>4.0.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-yaml-io</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-zeebe</artifactId>

Reply via email to