From 797b61fa56e3576e4a85780e7e8bdc20e6833d75 Mon Sep 17 00:00:00 2001 From: Bhupendra Bhusman Bhardwaj Date: Tue, 20 Feb 2007 16:40:16 +0000 Subject: QPID-382 Fixed the perftests distribution error by creating the test-jar in perftests module git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@509635 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/distribution/pom.xml | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'java/perftests/distribution') diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index 010f19c9f0..981ead5cf0 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -44,22 +44,28 @@ org.apache.qpid qpid-perftests - jar - ${pom.version} + jar + ${pom.version} - + org.apache.qpid qpid-perftests - test-jar - ${pom.version} + test-jar + ${pom.version} - - uk.co.thebadgerset - junit-toolkit - 0.4 - runtime + + uk.co.thebadgerset + junit-toolkit + 0.6-SNAPSHOT + runtime + + + uk.co.thebadgerset + junit-toolkit-maven-plugin + 0.5 + runtime - + -- cgit v1.2.1