CAMEL-11130: camel-juel - Fix itest in camel-itest-karaf

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

Branch: refs/heads/master
Commit: d12cbbd27b7e831613b56b9eeb2003d1b2b9162c
Parents: e214df4
Author: Tadayoshi Sato <sato.tadayo...@gmail.com>
Authored: Thu Apr 13 12:04:57 2017 +0900
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Apr 13 09:48:13 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/d12cbbd2/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 cada7e2..f82fb6f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1110,6 +1110,8 @@
   <feature name='camel-juel' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <feature>war</feature>
+    <bundle 
dependency='true'>mvn:javax.el/javax.el-api/${javax.el-api-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.glassfish.web/javax.el/${javax.el-version}</bundle>
     <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.juel/${juel-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-juel/${project.version}</bundle>
   </feature>

Reply via email to