This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 08a3189  Use the correct camel-commands-core groupId
08a3189 is described below

commit 08a3189f19934f4de7b3450312ecee546a16a327
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Apr 2 16:55:59 2020 +0200

    Use the correct camel-commands-core groupId
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 -->

Reply via email to