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 B2CC0116D3 for ; Thu, 7 Aug 2014 20:58:23 +0000 (UTC) Received: (qmail 12905 invoked by uid 500); 7 Aug 2014 20:58:23 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 12821 invoked by uid 500); 7 Aug 2014 20:58:23 -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 12807 invoked by uid 99); 7 Aug 2014 20:58:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 20:58:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3B49394AE44; Thu, 7 Aug 2014 20:58:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Thu, 07 Aug 2014 20:58:24 -0000 Message-Id: <1947561a146a43bba2ad0e2244c11fef@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/6] git commit: Cleanup some jetty version things by moving to parent pom Cleanup some jetty version things by moving to parent pom Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8f967643 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8f967643 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8f967643 Branch: refs/heads/master Commit: 8f967643447ceec89e58b079d8d8fc00cf232a02 Parents: f2f6aa0 Author: Daniel Kulp Authored: Thu Aug 7 15:02:46 2014 -0400 Committer: Daniel Kulp Committed: Thu Aug 7 15:02:46 2014 -0400 ---------------------------------------------------------------------- parent/pom.xml | 36 +++++++++++++++++++++++++++++++++++ rt/transports/http-jetty/pom.xml | 6 ------ rt/transports/websocket/pom.xml | 3 --- systests/jaxrs/pom.xml | 3 --- systests/rs-security/pom.xml | 1 - 5 files changed, 36 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/8f967643/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 8c455a7..410757f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -876,6 +876,42 @@ ${cxf.jetty.version} + org.eclipse.jetty + jetty-util + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-io + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-security + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-continuation + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-jmx + ${cxf.jetty.version} + true + + + org.eclipse.jetty + jetty-http + ${cxf.jetty.version} + + + org.eclipse.jetty + jetty-plus + ${cxf.jetty.version} + + xalan xalan 2.7.1 http://git-wip-us.apache.org/repos/asf/cxf/blob/8f967643/rt/transports/http-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/http-jetty/pom.xml b/rt/transports/http-jetty/pom.xml index 8cd2204..783295b 100644 --- a/rt/transports/http-jetty/pom.xml +++ b/rt/transports/http-jetty/pom.xml @@ -95,33 +95,27 @@ org.eclipse.jetty jetty-util - ${cxf.jetty.version} org.eclipse.jetty jetty-io - ${cxf.jetty.version} org.eclipse.jetty jetty-security - ${cxf.jetty.version} org.eclipse.jetty jetty-continuation - ${cxf.jetty.version} org.eclipse.jetty jetty-jmx - ${cxf.jetty.version} true org.eclipse.jetty jetty-http - ${cxf.jetty.version} org.slf4j http://git-wip-us.apache.org/repos/asf/cxf/blob/8f967643/rt/transports/websocket/pom.xml ---------------------------------------------------------------------- diff --git a/rt/transports/websocket/pom.xml b/rt/transports/websocket/pom.xml index 8d4336f..285dc27 100644 --- a/rt/transports/websocket/pom.xml +++ b/rt/transports/websocket/pom.xml @@ -124,17 +124,14 @@ org.eclipse.jetty jetty-security - ${cxf.jetty.version} org.eclipse.jetty jetty-servlet - ${cxf.jetty.version} org.eclipse.jetty jetty-jmx - ${cxf.jetty.version} true http://git-wip-us.apache.org/repos/asf/cxf/blob/8f967643/systests/jaxrs/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jaxrs/pom.xml b/systests/jaxrs/pom.xml index 0e4761e..27bae8f 100644 --- a/systests/jaxrs/pom.xml +++ b/systests/jaxrs/pom.xml @@ -109,17 +109,14 @@ 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 http://git-wip-us.apache.org/repos/asf/cxf/blob/8f967643/systests/rs-security/pom.xml ---------------------------------------------------------------------- diff --git a/systests/rs-security/pom.xml b/systests/rs-security/pom.xml index 7c0b0ae..1bcdb0b 100644 --- a/systests/rs-security/pom.xml +++ b/systests/rs-security/pom.xml @@ -45,7 +45,6 @@ org.eclipse.jetty jetty-plus - ${cxf.jetty.version} org.eclipse.jetty