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 10235fa1ac054b03e2f6c5bd8cd880c902a3e2c7 Author: Claus Ibsen <[email protected]> AuthorDate: Fri Feb 12 11:28:14 2021 +0100 CAMEL-16170: Modularize camel-spring --- spring-boot-kafka-avro/pom.xml | 2 +- spring-boot-kafka-offsetrepository/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-kafka-avro/pom.xml b/spring-boot-kafka-avro/pom.xml index 19e3947..7486202 100644 --- a/spring-boot-kafka-avro/pom.xml +++ b/spring-boot-kafka-avro/pom.xml @@ -91,7 +91,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> diff --git a/spring-boot-kafka-offsetrepository/pom.xml b/spring-boot-kafka-offsetrepository/pom.xml index b02614a..5c752d8 100644 --- a/spring-boot-kafka-offsetrepository/pom.xml +++ b/spring-boot-kafka-offsetrepository/pom.xml @@ -85,7 +85,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>
