summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/distribution/pom.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-01-23 09:39:56 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-01-23 09:39:56 +0000
commit12c8ec5bc9c89993e87e11b626e9d9f88bdd5cdc (patch)
treeb27f262399914f32d65fa2f16d0eed249420091b /qpid/java/perftests/distribution/pom.xml
parent601fa8a026e7488bbb67e3f809f8255e2e6aeedd (diff)
downloadqpid-python-12c8ec5bc9c89993e87e11b626e9d9f88bdd5cdc.tar.gz
Added ability to cause failover before/after commit/sends
Added batch size ability. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@498965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/distribution/pom.xml')
-rw-r--r--qpid/java/perftests/distribution/pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/qpid/java/perftests/distribution/pom.xml b/qpid/java/perftests/distribution/pom.xml
index 4f637715d1..010f19c9f0 100644
--- a/qpid/java/perftests/distribution/pom.xml
+++ b/qpid/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>