diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-02-20 16:40:16 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-02-20 16:40:16 +0000 |
| commit | 0175b38d799c35ef70e5f4a21d5fa9a4537b2680 (patch) | |
| tree | 00cfbae0dcf5f264aa4474c90fa9a6d08d732c73 /qpid/java/perftests/distribution | |
| parent | 7b7e0445a11bb3962b417a8c939565c9866fbd79 (diff) | |
| download | qpid-python-0175b38d799c35ef70e5f4a21d5fa9a4537b2680.tar.gz | |
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@509635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/distribution')
| -rw-r--r-- | qpid/java/perftests/distribution/pom.xml | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/qpid/java/perftests/distribution/pom.xml b/qpid/java/perftests/distribution/pom.xml index 010f19c9f0..981ead5cf0 100644 --- a/qpid/java/perftests/distribution/pom.xml +++ b/qpid/java/perftests/distribution/pom.xml @@ -44,22 +44,28 @@ <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-perftests</artifactId> - <type>jar</type> - <version>${pom.version}</version> + <type>jar</type> + <version>${pom.version}</version> </dependency> - <dependency> + <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-perftests</artifactId> - <type>test-jar</type> - <version>${pom.version}</version> + <type>test-jar</type> + <version>${pom.version}</version> </dependency> - <dependency> - <groupId>uk.co.thebadgerset</groupId> - <artifactId>junit-toolkit</artifactId> - <version>0.4</version> - <scope>runtime</scope> + <dependency> + <groupId>uk.co.thebadgerset</groupId> + <artifactId>junit-toolkit</artifactId> + <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> + <scope>runtime</scope> </dependency> - </dependencies> + </dependencies> <build> <pluginManagement> |
