diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/systests/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml index 0ad5d3295c..57337bdc55 100644 --- a/java/systests/build.xml +++ b/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"/> |
