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 303b5cc CAMEL-20757: camel-debug - Use the lightweight xml-io for route dumper 303b5cc is described below commit 303b5cc8832c341ef0c77f51563eb556ab07ccc8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat May 11 15:56:44 2024 +0200 CAMEL-20757: camel-debug - Use the lightweight xml-io for route dumper --- xml/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/pom.xml b/xml/pom.xml index 5f135e9..c96ae2d 100644 --- a/xml/pom.xml +++ b/xml/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>