summaryrefslogtreecommitdiff
path: root/java/integrationtests/pom.xml
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-07-17 16:22:16 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-07-17 16:22:16 +0000
commitd96489e6a64861e943a9adffadc5bbcf18632069 (patch)
tree51485fc92091c4c3a92f0d84effc9b9f5991b5c2 /java/integrationtests/pom.xml
parente061b189402d96fbcaeb792c714461be21cd057f (diff)
downloadqpid-python-d96489e6a64861e943a9adffadc5bbcf18632069.tar.gz
Refactored the distributed test clients and coordinator to support different distribution and sequencing engines.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556958 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests/pom.xml')
-rw-r--r--java/integrationtests/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/integrationtests/pom.xml b/java/integrationtests/pom.xml
index 9ccd153f54..89fd5ede28 100644
--- a/java/integrationtests/pom.xml
+++ b/java/integrationtests/pom.xml
@@ -40,12 +40,16 @@
<dependencies>
- <!-- These tests depend on the client API only. -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-client</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.qpid</groupId>
+ <artifactId>qpid-systests</artifactId>
+ </dependency>
+
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>