Skip to content

Commit

Permalink
CAMEL-20757: camel-debug - Use the lightweight xml-io for route dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed May 11, 2024
1 parent 303b5cc commit 98298ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions route-reload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 0 additions & 8 deletions routes-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 98298ef

Please sign in to comment.