CAMEL-8573: Feature camel-hbase 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/99d44de0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/99d44de0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/99d44de0

Branch: refs/heads/master
Commit: 99d44de036b2bc23f08a91f54ce5c40d384adf93
Parents: 17fd873
Author: Christian Mueller <cmuel...@apache.org>
Authored: Mon Mar 30 22:34:15 2015 +0200
Committer: Christian Mueller <cmuel...@apache.org>
Committed: Mon Mar 30 23:06:00 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/99d44de0/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 28531c2..8953bc5 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -531,6 +531,7 @@
     <details>Hadoop does not currently work properly in OSGi 
environment.</details>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${cxf-version-range}'>cxf-specs</feature>
+    <bundle dependency="true">wrap:mvn:javax.servlet.jsp/jsp-api/2.1</bundle>
     <feature>war</feature>
     <bundle 
dependency='true'>mvn:org.osgi/org.osgi.compendium/${osgi-version}</bundle>
     <bundle 
dependency='true'>mvn:org.apache.geronimo.specs/geronimo-interceptor_1.1_spec/1.0</bundle>

Reply via email to