CAMEL-10392: Fixed Camel-Netty4-Http Karaf feature
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cc6ffc4c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cc6ffc4c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cc6ffc4c Branch: refs/heads/master Commit: cc6ffc4cbea5e37316fb81c58014224eb7ecb20f Parents: c70ff71 Author: Andrea Cosentino <[email protected]> Authored: Thu Oct 20 09:44:57 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Thu Oct 20 09:44:57 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/cc6ffc4c/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 c95eda6..a54fed5 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1278,6 +1278,8 @@ <bundle dependency='true'>mvn:io.netty/netty-transport-native-epoll/${netty-version}</bundle> <bundle dependency='true'>mvn:io.netty/netty-codec/${netty-version}</bundle> <bundle dependency='true'>mvn:commons-pool/commons-pool/${commons-pool-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-netty4/${project.version}</bundle> </feature> <feature name='camel-netty4-http' version='${project.version}' resolver='(obr)' start-level='50'>
