You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/02/12 11:12:10 UTC

[camel-spring-boot-examples] 03/03: CAMEL-16170: Modularize camel-spring

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 <cl...@gmail.com>
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>