This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 0d447c078dc89fa7f89e6f760b06690fa243feca Author: Claus Ibsen <[email protected]> AuthorDate: Fri Feb 12 11:25:48 2021 +0100 CAMEL-16170: Modularize camel-spring --- spring-boot-xml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-xml/pom.xml b/spring-boot-xml/pom.xml index c20961c..b2c53a9 100644 --- a/spring-boot-xml/pom.xml +++ b/spring-boot-xml/pom.xml @@ -86,7 +86,7 @@ <!-- Camel --> <dependency> <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-spring-boot-starter</artifactId> + <artifactId>camel-spring-boot-xml-starter</artifactId> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId>
