Repository: camel
Updated Branches:
  refs/heads/master b1d482888 -> 2c5d084c4


CAMEL-8566: Feature camel-cxf doesn't install all required dependencies


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fd47e97c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fd47e97c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fd47e97c

Branch: refs/heads/master
Commit: fd47e97ca9d3bafd1cd5e71c088e29307c6a9d0a
Parents: b1d4828
Author: Christian Mueller <cmuel...@apache.org>
Authored: Sun Mar 29 22:20:16 2015 +0200
Committer: Christian Mueller <cmuel...@apache.org>
Committed: Sun Mar 29 22:20:16 2015 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fd47e97c/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 6288517..0309ea5 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -300,6 +300,7 @@
     <feature version='${cxf-version-range}'>cxf-http-jetty</feature>
     <feature version='${cxf-version-range}'>cxf-databinding-jaxb</feature>
     <feature version='${cxf-version-range}'>cxf-bindings-soap</feature>
+    <feature version='${project.version}'>camel-spring</feature>
     
<bundle>mvn:org.apache.camel/camel-cxf-transport/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cxf/${project.version}</bundle>
   </feature>

Reply via email to