You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/04/20 14:53:50 UTC

[3/7] camel git commit: CAMEL-9890: Migrate Camel-websocket to Jetty9 - Switch to Jetty9 in Karaf feature

CAMEL-9890: Migrate Camel-websocket to Jetty9 - Switch to Jetty9 in Karaf feature


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

Branch: refs/heads/master
Commit: 08ffb550751f7224a7bfa0758a3c9a24a343c20d
Parents: 15e1160
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Apr 20 13:20:14 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Apr 20 13:20:14 2016 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/08ffb550/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 974725c..a20e8a6 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1771,7 +1771,7 @@
   </feature>
   <feature name='camel-websocket' version='${project.version}' resolver='(obr)' start-level='50'>
     <details>camel-websocket currently requires jetty 8</details>
-    <feature version="[8,9)">jetty</feature>
+    <feature>jetty</feature>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-websocket/${project.version}</bundle>