diff options
Diffstat (limited to 'java/perftests/distribution/pom.xml')
| -rw-r--r-- | java/perftests/distribution/pom.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index 4f637715d1..010f19c9f0 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -44,8 +44,22 @@ <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-perftests</artifactId> + <type>jar</type> + <version>${pom.version}</version> </dependency> - </dependencies> + <dependency> + <groupId>org.apache.qpid</groupId> + <artifactId>qpid-perftests</artifactId> + <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> + </dependencies> <build> <pluginManagement> |
