CAMEL-10971: No longer need to install camel-catalog in karaf and commands-core is only needed if shell enabled.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/09d7c06c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/09d7c06c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/09d7c06c Branch: refs/heads/master Commit: 09d7c06c07ab481302dd9eeb15d8b6b37e5e724c Parents: 43518ea Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Mar 9 09:53:39 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Mar 9 09:53:39 2017 +0100 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/09d7c06c/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index c98a463..bf3dc6e 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -37,11 +37,9 @@ <feature name='camel-core' version='${project.version}' resolver='(obr)' start-level='50'> <feature version='${servicemix-specs-version}'>xml-specs-api</feature> <bundle>mvn:org.apache.camel/camel-core/${project.version}</bundle> - <!-- the camel commands requires the camel-catalog to be installed --> - <bundle>mvn:org.apache.camel/camel-catalog/${project.version}</bundle> - <bundle>mvn:org.apache.camel/camel-commands-core/${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-karaf-commands/${project.version}</bundle> </conditional> <!-- allow camel to access its own mbeans for karaf commands and other needs -->