summaryrefslogtreecommitdiff
path: root/qpid/java/perftests
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-10-02 10:00:35 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-10-02 10:00:35 +0000
commit943be55754cfc22c3d3b164b92b30b062d383484 (patch)
tree9635b7eced27eaec708ce6ee37c8d34f51ece071 /qpid/java/perftests
parentda12edf961df4c43cc7db5fa161183a8281a5ca6 (diff)
downloadqpid-python-943be55754cfc22c3d3b164b92b30b062d383484.tar.gz
Fixed broken build by updating junit-toolkit references.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@581176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests')
-rw-r--r--qpid/java/perftests/distribution/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/perftests/distribution/pom.xml b/qpid/java/perftests/distribution/pom.xml
index de6497b5b8..c0e81ce3f5 100644
--- a/qpid/java/perftests/distribution/pom.xml
+++ b/qpid/java/perftests/distribution/pom.xml
@@ -56,13 +56,13 @@
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
- <version>0.5</version>
+ <version>0.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>