Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x a8ac8e322 -> 20775ecf3


fix CAMEL-10433 in Camel 2.17.x

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

Branch: refs/heads/camel-2.17.x
Commit: 20775ecf3b5c211ab309009e78ee7f529ae38645
Parents: a8ac8e3
Author: Xilai Dai <xl...@talend.com>
Authored: Wed Nov 2 11:13:10 2016 +0800
Committer: GitHub <nore...@github.com>
Committed: Wed Nov 2 11:13:10 2016 +0800

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/20775ecf/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 0b05d6e..c55956a 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -852,7 +852,7 @@
   </feature>
   <feature name='camel-jetty8' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <details>camel-jetty8 intend to work with jetty8, so this feature only 
works in the karaf container which support jetty8, e.g. karaf 2.x/3.x</details>
-    <feature>jetty</feature>
+    <feature version='[8,9)'>jetty</feature>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-http-common/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jetty-common/${project.version}</bundle>
@@ -860,7 +860,7 @@
   </feature>
   <feature name='camel-jetty9' version='${project.version}' resolver='(obr)' 
start-level='50'>
     <details>camel-jetty9 intend to work with jetty9, so this feature only 
works in the karaf container which support jetty9, e.g. karaf 4.x</details>
-    <feature>jetty</feature>
+    <feature version='[9,10)'>jetty</feature>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-http-common/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jetty-common/${project.version}</bundle>

Reply via email to