Repository: camel
Updated Branches:
  refs/heads/master 3e94cdd3e -> 35becd183


Add Camel OSGi to Camel CDI feature


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

Branch: refs/heads/master
Commit: d12c884edaeb773581e704d90a433fd2cee20bfc
Parents: 3e94cdd
Author: Antonin Stefanutti <anto...@stefanutti.fr>
Authored: Mon Feb 1 20:42:36 2016 +0100
Committer: Antonin Stefanutti <anto...@stefanutti.fr>
Committed: Mon Feb 1 20:42:36 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/d12c884e/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 10ddd6e..a43c917 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -265,6 +265,7 @@
        <!-- you've got to install pax-cdi-weld or pax-cdi-openwebbeans in 
order to make it works -->
        <feature version='${pax-cdi-version}'>pax-cdi</feature>
     <feature version='${project.version}'>camel-core</feature>
+    <bundle>mvn:org.apache.camel/camel-core-osgi/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cdi/${project.version}</bundle>
   </feature>
   <feature name='camel-chunk' version='${project.version}' resolver='(obr)' 
start-level='50'>

Reply via email to