summaryrefslogtreecommitdiff
path: root/java/systests/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/systests/build.xml')
-rw-r--r--java/systests/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/systests/build.xml b/java/systests/build.xml
index 57337bdc55..dee73b2e1e 100644
--- a/java/systests/build.xml
+++ b/java/systests/build.xml
@@ -32,7 +32,9 @@ 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 ${systests.optional.depends}"/>
+ <!-- The jca module is unusual in that it produces a jar with the name ra rather than jca. Unfortunately this means we
+ need to add both jca (finds jca's jar dependencies) and ra (to find the qpid-ra jar file itself). -->
+ <property name="module.depends" value="client management/common broker broker/tests common amqp-1-0-common common/tests jca ra broker-plugins/access-control broker-plugins/management-http broker-plugins/management-jmx ${systests.optional.depends}"/>
<property name="module.test.src" location="src/main/java"/>
<property name="module.test.excludes"
value="**/DropInTest.java,**/TestClientControlledTest.java"/>