Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AEB88200AF5 for ; Thu, 2 Jun 2016 17:41:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD620160A55; Thu, 2 Jun 2016 15:41:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8890160A51 for ; Thu, 2 Jun 2016 17:41:04 +0200 (CEST) Received: (qmail 59770 invoked by uid 500); 2 Jun 2016 15:41:03 -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 59750 invoked by uid 99); 2 Jun 2016 15:41:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 15:41:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0FA48E040E; Thu, 2 Jun 2016 15:41:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Date: Thu, 02 Jun 2016 15:41:06 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/5] cxf git commit: Removing some unused test dependencies archived-at: Thu, 02 Jun 2016 15:41:05 -0000 Removing some unused test dependencies Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/fd668994 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fd668994 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fd668994 Branch: refs/heads/master Commit: fd6689948bc7ad153ccfd7f64554eafbf64b20d6 Parents: 4837a6c Author: Colm O hEigeartaigh Authored: Thu Jun 2 11:06:00 2016 +0100 Committer: Colm O hEigeartaigh Committed: Thu Jun 2 16:32:34 2016 +0100 ---------------------------------------------------------------------- systests/transport-jms/pom.xml | 25 ---------- systests/transport-undertow/pom.xml | 81 -------------------------------- 2 files changed, 106 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/fd668994/systests/transport-jms/pom.xml ---------------------------------------------------------------------- diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml index 7e37edd..8a7d978 100644 --- a/systests/transport-jms/pom.xml +++ b/systests/transport-jms/pom.xml @@ -207,16 +207,6 @@ activemq-kahadb-store - httpunit - httpunit - test - - - nekohtml - nekohtml - test - - org.springframework spring-core @@ -235,21 +225,6 @@ geronimo-j2ee-connector_1.5_spec - rhino - js - test - - - org.codehaus.jettison - jettison - test - - - commons-httpclient - commons-httpclient - test - - org.apache.geronimo.components geronimo-transaction 3.1.1 http://git-wip-us.apache.org/repos/asf/cxf/blob/fd668994/systests/transport-undertow/pom.xml ---------------------------------------------------------------------- diff --git a/systests/transport-undertow/pom.xml b/systests/transport-undertow/pom.xml index b8aecbb..57e611d 100644 --- a/systests/transport-undertow/pom.xml +++ b/systests/transport-undertow/pom.xml @@ -97,21 +97,11 @@ org.apache.cxf - cxf-rt-frontend-js - ${project.version} - - - org.apache.cxf cxf-rt-bindings-soap ${project.version} org.apache.cxf - cxf-rt-databinding-aegis - ${project.version} - - - org.apache.cxf cxf-rt-transports-http ${project.version} @@ -122,11 +112,6 @@ org.apache.cxf - cxf-rt-transports-udp - ${project.version} - - - org.apache.cxf cxf-rt-transports-http-undertow ${project.version} @@ -142,11 +127,6 @@ org.apache.cxf - cxf-rt-transports-local - ${project.version} - - - org.apache.cxf cxf-rt-ws-policy ${project.version} @@ -169,12 +149,6 @@ org.springframework - spring-webmvc - test - ${cxf.spring.version} - - - org.springframework spring-beans test ${cxf.spring.version} @@ -186,68 +160,13 @@ ${cxf.spring.version} - httpunit - httpunit - test - - - nekohtml - nekohtml - test - - org.springframework spring-core - org.springframework - ${cxf.spring.mock} - ${cxf.spring.version} - - junit junit test - - org.apache.geronimo.specs - geronimo-j2ee-connector_1.5_spec - - - - org.apache.geronimo.specs - geronimo-servlet_3.0_spec - test - - - rhino - js - test - - - org.codehaus.jettison - jettison - test - - - commons-httpclient - commons-httpclient - test - - - org.littleshoot - littleproxy - 0.4 - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - -