diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2008-02-20 16:04:25 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2008-02-20 16:04:25 +0000 |
| commit | bc9cf0d495598b359fc1a67d03f4636ca610c6a9 (patch) | |
| tree | 0d99771fbfbbecaf04852ea0b45f55938c610e3b /java/perftests/distribution | |
| parent | 45072deb936db16404f3746eeb9dcb74e4ecd3df (diff) | |
| download | qpid-python-bc9cf0d495598b359fc1a67d03f4636ca610c6a9.tar.gz | |
QPID-800 : junit toolkit sources added.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@629518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/distribution')
| -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 52b275dc02..739170ca75 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -54,12 +54,12 @@ <version>${pom.version}</version> </dependency> <dependency> - <groupId>uk.co.thebadgerset</groupId> + <groupId>org.apache.qpid</groupId> <artifactId>junit-toolkit</artifactId> <scope>runtime</scope> </dependency> <dependency> - <groupId>uk.co.thebadgerset</groupId> + <groupId>org.apache.qpid</groupId> <artifactId>junit-toolkit-maven-plugin</artifactId> <scope>runtime</scope> </dependency> |
