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 | 797b61fa56e3576e4a85780e7e8bdc20e6833d75 (patch) | |
| tree | 07456ad528ff04eee605b0ae7ab64ed04eaf4c05 /java/perftests/distribution | |
| parent | c46d62e6834205408502d89d99f73e47f3ca2eb8 (diff) | |
| download | qpid-python-797b61fa56e3576e4a85780e7e8bdc20e6833d75.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/qpid@509635 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/distribution')
| -rw-r--r-- | java/perftests/distribution/pom.xml | 28 |
1 files changed, 17 insertions, 11 deletions
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 @@ <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> |
