From 8f32ca18d5281eaa5baafa769c99fa70c830b14f Mon Sep 17 00:00:00 2001 From: Stephen Vinoski Date: Fri, 24 Nov 2006 23:40:12 +0000 Subject: properly limit scope for test-only dependencies git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@479050 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/pom.xml | 7 ------- java/client/pom.xml | 6 +++++- java/cluster/pom.xml | 5 ----- java/common/pom.xml | 5 ----- java/pom.xml | 28 +++++++++------------------- java/systests/pom.xml | 5 ----- 6 files changed, 14 insertions(+), 42 deletions(-) (limited to 'java') diff --git a/java/broker/pom.xml b/java/broker/pom.xml index 4f23c6c63e..5a2c699cc1 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -41,7 +41,6 @@ org.apache.qpid qpid-common - commons-cli commons-cli @@ -66,7 +65,6 @@ backport-util-concurrent backport-util-concurrent - org.slf4j slf4j-simple @@ -75,14 +73,9 @@ junit junit - - ant - ant-junit - org.easymock easymockclassextension - test diff --git a/java/client/pom.xml b/java/client/pom.xml index 915f51245c..25372772af 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -77,6 +77,7 @@ jmscts jmscts 0.5-b2 + test jms @@ -85,10 +86,13 @@ + + junit + junit + org.easymock easymockclassextension - test diff --git a/java/cluster/pom.xml b/java/cluster/pom.xml index 7b198a70d3..93fe4a7517 100644 --- a/java/cluster/pom.xml +++ b/java/cluster/pom.xml @@ -53,11 +53,6 @@ junit junit - - ant - ant-junit - test - diff --git a/java/common/pom.xml b/java/common/pom.xml index b0d68a3559..e655054453 100644 --- a/java/common/pom.xml +++ b/java/common/pom.xml @@ -47,7 +47,6 @@ - org.apache.maven.plugins maven-antrun-plugin @@ -91,9 +90,5 @@ junit junit - - ant - ant-junit - diff --git a/java/pom.xml b/java/pom.xml index e0d1e3154e..5703ded592 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -253,13 +253,11 @@ - commons-cli commons-cli 1.0 - commons-codec commons-codec @@ -270,25 +268,28 @@ commons-collections 3.1 - commons-configuration commons-configuration 1.2 - - commons-lang commons-lang 2.1 + + + + junit + junit + + commons-logging commons-logging 1.0.4 - org.apache.geronimo.specs geronimo-jms_1.1_spec @@ -304,12 +305,6 @@ saxon 8.7 - - - jython - jython - 2.1 - log4j log4j @@ -343,14 +338,9 @@ junit junit - 3.8.2 - - - ant - ant-junit - 1.6.5 + 3.8.1 + test - org.easymock easymockclassextension diff --git a/java/systests/pom.xml b/java/systests/pom.xml index ae6558340f..bf0afa7eef 100644 --- a/java/systests/pom.xml +++ b/java/systests/pom.xml @@ -58,11 +58,6 @@ junit junit - - ant - ant-junit - test - -- cgit v1.2.1