Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C055B11B1A for ; Wed, 13 Aug 2014 11:56:37 +0000 (UTC) Received: (qmail 79125 invoked by uid 500); 13 Aug 2014 11:56:37 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 79064 invoked by uid 500); 13 Aug 2014 11:56:37 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 79055 invoked by uid 99); 13 Aug 2014 11:56:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2014 11:56:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 61C4A9A4CBA; Wed, 13 Aug 2014 11:56:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: an option to switch jetty version for the sample jaxrs websocket Date: Wed, 13 Aug 2014 11:56:37 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/master a04c01f9c -> ba8fc3d35 an option to switch jetty version for the sample jaxrs websocket Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ba8fc3d3 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ba8fc3d3 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ba8fc3d3 Branch: refs/heads/master Commit: ba8fc3d351121ec8eb2ce37cd12e014f722c741d Parents: a04c01f Author: Akitoshi Yoshida Authored: Wed Aug 13 13:52:22 2014 +0200 Committer: Akitoshi Yoshida Committed: Wed Aug 13 13:56:33 2014 +0200 ---------------------------------------------------------------------- .../release/samples/jax_rs/websocket/pom.xml | 82 ++++++++++++++++++-- 1 file changed, 77 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ba8fc3d3/distribution/src/main/release/samples/jax_rs/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml index f8a1c3b..297fda5 100644 --- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml @@ -33,10 +33,51 @@ 1.8.5 8.1.15.v20140411 + 9.2.2.v20140723 + ${cxf.jetty8.version} 3.9.1.Final + jetty8 + + + !jetty9 + + + + ${cxf.jetty8.version} + + + + + org.eclipse.jetty + jetty-websocket + ${cxf.jetty8.version} + + + + + jetty9 + + ${cxf.jetty9.version} + + + + + org.eclipse.jetty.websocket + websocket-server + ${cxf.jetty9.version} + + + javax.servlet + javax.servlet-api + + + + + + server test @@ -91,6 +132,42 @@ + org.eclipse.jetty + jetty-server + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-io + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-security + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-plus + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-webapp + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-http + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-util + ${cxf.jetty.version} + + + org.apache.cxf cxf-rt-transports-websocket 3.1.0-SNAPSHOT @@ -105,11 +182,6 @@ javax.ws.rs-api - org.eclipse.jetty - jetty-websocket - ${cxf.jetty8.version} - - com.ning async-http-client ${cxf.ahc.version}