Skip to content

Commit 303b5cc

Browse files
committed
CAMEL-20757: camel-debug - Use the lightweight xml-io for route dumper
1 parent 7ece6ab commit 303b5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
<!-- Camel -->
7676
<dependency>
7777
<groupId>org.apache.camel.springboot</groupId>
78-
<artifactId>camel-spring-boot-xml-starter</artifactId>
78+
<artifactId>camel-spring-boot-starter</artifactId>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.apache.camel.springboot</groupId>
82-
<artifactId>camel-xml-jaxb-dsl-starter</artifactId>
82+
<artifactId>camel-xml-io-dsl-starter</artifactId>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.apache.camel.springboot</groupId>

0 commit comments

Comments
 (0)