CAMEL-10392: Fixed Camel-Undertow Karaf feature

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

Branch: refs/heads/master
Commit: fcdf9f92707407391e806ba0f698c1202b185a41
Parents: 8f7d5f0
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Thu Oct 20 09:51:20 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Oct 20 09:51:20 2016 +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/fcdf9f92/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 750eec7..1a628ac 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1830,6 +1830,8 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>wrap:mvn:io.undertow/undertow-core/${undertow-version}</bundle>
     <bundle 
dependency='true'>wrap:mvn:org.jboss.xnio/xnio-api/${jboss-xnio-version}</bundle>
+    <bundle 
dependency='true'>mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-http-common/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-undertow/${project.version}</bundle>
   </feature>
   <feature name='camel-univocity-parsers' version='${project.version}' 
resolver='(obr)' start-level='50'>

Reply via email to