summaryrefslogtreecommitdiff
path: root/qpid/java/broker
diff options
context:
space:
mode:
authorStephen Vinoski <vinoski@apache.org>2006-11-24 23:40:12 +0000
committerStephen Vinoski <vinoski@apache.org>2006-11-24 23:40:12 +0000
commite58c9181ab8ef61124af4a6717276153ccaea119 (patch)
treee4cfbd16354d02483f7e8d45036fd465182ad32a /qpid/java/broker
parent059e7984ce35f1ed5e7a4dffcd07419b3526a8dd (diff)
downloadqpid-python-e58c9181ab8ef61124af4a6717276153ccaea119.tar.gz
properly limit scope for test-only dependencies
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@479050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker')
-rw-r--r--qpid/java/broker/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/qpid/java/broker/pom.xml b/qpid/java/broker/pom.xml
index 4f23c6c63e..5a2c699cc1 100644
--- a/qpid/java/broker/pom.xml
+++ b/qpid/java/broker/pom.xml
@@ -41,7 +41,6 @@
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-common</artifactId>
</dependency>
-
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
@@ -66,7 +65,6 @@
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
-
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
@@ -76,13 +74,8 @@
<artifactId>junit</artifactId>
</dependency>
<dependency>
- <groupId>ant</groupId>
- <artifactId>ant-junit</artifactId>
- </dependency>
- <dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
- <scope>test</scope>
</dependency>
</dependencies>