Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 50017e615 -> ce0ffeeec


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/be93eb2f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/be93eb2f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/be93eb2f

Branch: refs/heads/camel-2.15.x
Commit: be93eb2fb8bba7783156dcbe29445101feb86bff
Parents: 50017e6
Author: Christian Mueller <cmuel...@apache.org>
Authored: Mon Mar 30 23:28:13 2015 +0200
Committer: Christian Mueller <cmuel...@apache.org>
Committed: Mon Mar 30 23:28:13 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/be93eb2f/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 c02f5c1..7a19f03 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -526,6 +526,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