summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-08-01 13:44:07 +0000
committerKeith Wall <kwall@apache.org>2012-08-01 13:44:07 +0000
commitc80079325ee7208463179c48e0a3ae815c2320e6 (patch)
tree23e0d9c4008f54861565ea5d3766e3149fcb62b6
parent77135cf21d1abab8bd7dfbdacedc02bf356a8663 (diff)
downloadqpid-python-c80079325ee7208463179c48e0a3ae815c2320e6.tar.gz
NO-JIRA: Remove unnecessary build dependency from systest => web.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1367988 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/systests/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/build.xml b/qpid/java/systests/build.xml
index 0ad5d3295c..57337bdc55 100644
--- a/qpid/java/systests/build.xml
+++ b/qpid/java/systests/build.xml
@@ -32,7 +32,7 @@ nn - or more contributor license agreements. See the NOTICE file
</or>
</condition>
- <property name="module.depends" value="client management/common broker broker/test common amqp-1-0-common common/test jca broker-plugins/management-http ${systests.optional.depends}"/>
+ <property name="module.depends" value="client management/common broker broker/test common amqp-1-0-common common/test jca ${systests.optional.depends}"/>
<property name="module.test.src" location="src/main/java"/>
<property name="module.test.excludes"
value="**/DropInTest.java,**/TestClientControlledTest.java"/>