Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 53164066b -> d8413a5b3


CAMEL-11472 - [camel-box] missing Karaf feature dependency, thanks to Alexey 
Markevich for the patch


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

Branch: refs/heads/camel-2.18.x
Commit: d8413a5b3fa9423566395cb73d7076c61038bd3a
Parents: 5316406
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Wed Jun 28 13:18:21 2017 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Wed Jun 28 13:18:21 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/d8413a5b/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 fa4990e..28f90c8 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -231,6 +231,8 @@
   </feature>
   <feature name='camel-box' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
+    <!-- pax-jetty feature have condition on pax-http-whiteboard -->
+    <feature>pax-http-whiteboard</feature>
     <feature>jetty</feature>
     <bundle 
dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>
     <bundle 
dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>

Reply via email to