Use the correct camel-commands-core groupId
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index c113edf..732c3ee 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -90,7 +90,7 @@
     <bundle>mvn:org.apache.camel/camel-xslt/${project.version}</bundle>
     <conditional>
       <condition>shell</condition>
-      <bundle>mvn:org.apache.camel/camel-commands-core/${project.version}</bundle>
+      <bundle>mvn:org.apache.camel.karaf/camel-commands-core/${project.version}</bundle>
       <bundle>mvn:org.apache.camel.karaf/camel-karaf-commands/${project.version}</bundle>
     </conditional>
     <!-- allow camel to access its own mbeans for karaf commands and other needs -->