diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-07-22 09:54:45 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-07-22 09:54:45 +0000 |
| commit | fb2a339a1820d32fe4e13d1a9c00add13864e034 (patch) | |
| tree | 8b491aa5f567996b5213c79ea905abd438963416 | |
| parent | ba01534206bc194dab376f25fcc3fa3687d0dc2c (diff) | |
| download | qpid-python-fb2a339a1820d32fe4e13d1a9c00add13864e034.tar.gz | |
QPID-1905 : Added Junit to the test libs for management/agent to allow 'ant test' to succeed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796651 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/build.deps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps index fa5e3da4db..709f2a478e 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -169,6 +169,7 @@ tools.test.libs=${client.test.libs} testkit.test.libs=${test.libs} management-client.test.libs=${muse.libs} ${test.libs} ${log4j} ${javassist} ${geronimo-servlet} ${commons-pool} management-console.test.libs=${junit4} ${slf4j-log4j} ${log4j} ${client.libs} +management-agent.test.libs=${junit} management-eclipse-plugin.test.libs=${systests.libs} broker-plugins.test.libs=${test.libs} management-tools-qpid-cli.test.libs=${junit4} ${slf4j-log4j} ${log4j} ${client.libs} |
