CAMEL-16170: Modularize camel-spring
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>