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/common | |
| 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/common')
| -rw-r--r-- | qpid/java/common/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml index b0d68a3559..e655054453 100644 --- a/qpid/java/common/pom.xml +++ b/qpid/java/common/pom.xml @@ -47,7 +47,6 @@ <build> <plugins> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> @@ -91,9 +90,5 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant-junit</artifactId> - </dependency> </dependencies> </project> |
