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 | 8f32ca18d5281eaa5baafa769c99fa70c830b14f (patch) | |
| tree | a05aba3aa9ed9fef4189a77d03f0c65d940b5745 /java/common | |
| parent | ccd868f275c0032bcfeb8f24ce162ac862503099 (diff) | |
| download | qpid-python-8f32ca18d5281eaa5baafa769c99fa70c830b14f.tar.gz | |
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
Diffstat (limited to 'java/common')
| -rw-r--r-- | java/common/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ <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> |
