diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-10-02 10:00:35 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-10-02 10:00:35 +0000 |
| commit | 61ec67bde802657ef173482e4409685bcc61a3f9 (patch) | |
| tree | 0ca631ae4ac3962951fc2b3d8b304f448163b3bb /java/perftests | |
| parent | 2ed6c3f489f3bf740d1641400037b644c132b75a (diff) | |
| download | qpid-python-61ec67bde802657ef173482e4409685bcc61a3f9.tar.gz | |
Fixed broken build by updating junit-toolkit references.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@581176 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests')
| -rw-r--r-- | java/perftests/distribution/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index de6497b5b8..c0e81ce3f5 100644 --- a/java/perftests/distribution/pom.xml +++ b/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> |
