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:51 UTC

[4/7] camel git commit: CAMEL-9890: Migrate Camel-websocket to Jetty9 - Use the correct version range for optional resolution

CAMEL-9890: Migrate Camel-websocket to Jetty9 - Use the correct version range for optional resolution


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

Branch: refs/heads/master
Commit: 0e28a8b1ef8afd1f1e699c2b991590be924601e6
Parents: 08ffb55
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Apr 20 13:20:40 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Apr 20 13:20:40 2016 +0200

----------------------------------------------------------------------
 components/camel-websocket/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/0e28a8b1/components/camel-websocket/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-websocket/pom.xml b/components/camel-websocket/pom.xml
index eb09fa7..9fd1bfb 100644
--- a/components/camel-websocket/pom.xml
+++ b/components/camel-websocket/pom.xml
@@ -36,7 +36,7 @@
         </camel.osgi.export.pkg>
         <camel.osgi.import.pkg>
             !org.apache.camel.component.websocket.*,
-            org.eclipse.jetty.util.ssl;version="[7.6,8.2)";resolution:=optional,
+            org.eclipse.jetty.util.ssl;version="[9,9.5)";resolution:=optional,
             ${camel.osgi.import.defaults},
             *
         </camel.osgi.import.pkg>