summaryrefslogtreecommitdiff
path: root/java/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-30 16:40:20 +0000
committerRobert Greig <rgreig@apache.org>2007-01-30 16:40:20 +0000
commitf3dc157e59ec686e42334bb2f6bae3c1f97b2daf (patch)
treedb2bf3e50c58eb9994046bc52e82659c9fa90c93 /java/pom.xml
parentfb7522c7221463ff8cb403bf20dd26013d81cab0 (diff)
downloadqpid-python-f3dc157e59ec686e42334bb2f6bae3c1f97b2daf.tar.gz
(Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes removed. JUnit-toolkit 0.5-SNAPSHOT added to the build.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/java/pom.xml b/java/pom.xml
index e1d9805bbb..2150e61861 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -348,13 +348,12 @@
</executions>
</plugin>
- <!-- The JUnit Toolkit maven2 plugin is in the process of being added to the maven repository. It will take a day or two from 16/1/2007.
+ <!-- The JUnit Toolkit maven2 plugin is in the process of being added to the maven repository. -->
<plugin>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
- <version>0.3</version>
+ <version>0.5-SNAPSHOT</version>
</plugin>
- -->
</plugins>
</pluginManagement>
@@ -459,8 +458,8 @@
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.3</version>
- <scope>test</scope>
+ <version>0.5-SNAPSHOT</version>
+ <scope>compile</scope>
</dependency>
<!-- Qpid Version Dependencies -->