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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 98298ef  CAMEL-20757: camel-debug - Use the lightweight xml-io for 
route dumper
98298ef is described below

commit 98298ef8aef10a9e5f038bf5c1ae8d25ba6bcd7d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat May 11 15:59:07 2024 +0200

    CAMEL-20757: camel-debug - Use the lightweight xml-io for route dumper
---
 route-reload/pom.xml         | 4 ++--
 routes-configuration/pom.xml | 8 --------
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/route-reload/pom.xml b/route-reload/pom.xml
index ab0f46c..89e5817 100644
--- a/route-reload/pom.xml
+++ b/route-reload/pom.xml
@@ -75,11 +75,11 @@
         <!-- Camel -->
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-spring-boot-xml-starter</artifactId>
+            <artifactId>camel-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-xml-jaxb-dsl-starter</artifactId>
+            <artifactId>camel-xml-io-dsl-starter</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
diff --git a/routes-configuration/pom.xml b/routes-configuration/pom.xml
index e4c9e13..0eb6f69 100644
--- a/routes-configuration/pom.xml
+++ b/routes-configuration/pom.xml
@@ -96,14 +96,6 @@
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-xml-io-dsl-starter</artifactId>
         </dependency>
-        <!-- OR -->
-        <!-- xml-io with slow jaxb xml route loader -->
-        <!--
-        <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-xml-jaxb-dsl-starter</artifactId>
-        </dependency>
-        -->
         <!-- yaml route loader -->
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>

Reply via email to