diff options
| author | Stephen Vinoski <vinoski@apache.org> | 2006-11-24 23:40:12 +0000 |
|---|---|---|
| committer | Stephen Vinoski <vinoski@apache.org> | 2006-11-24 23:40:12 +0000 |
| commit | e58c9181ab8ef61124af4a6717276153ccaea119 (patch) | |
| tree | e4cfbd16354d02483f7e8d45036fd465182ad32a /qpid/java/cluster | |
| parent | 059e7984ce35f1ed5e7a4dffcd07419b3526a8dd (diff) | |
| download | qpid-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/cluster')
| -rw-r--r-- | qpid/java/cluster/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/java/cluster/pom.xml b/qpid/java/cluster/pom.xml index 7b198a70d3..93fe4a7517 100644 --- a/qpid/java/cluster/pom.xml +++ b/qpid/java/cluster/pom.xml @@ -53,11 +53,6 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant-junit</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> |
