diff options
| author | Keith Wall <kwall@apache.org> | 2012-07-10 10:56:18 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-07-10 10:56:18 +0000 |
| commit | a6ddbf29dc8d97453e598d9176a58e12bf962ddf (patch) | |
| tree | efb660d27647bc9e94a4e5b7c03fde14b1d01c7e /qpid/java | |
| parent | def11fb75ac8975070677750917faa90229445d4 (diff) | |
| download | qpid-python-a6ddbf29dc8d97453e598d9176a58e12bf962ddf.tar.gz | |
QPID-4114: added missing commons-logging dependency to perftests module for us by release-bin target
Applied patch from Philip Harvey <phil@philharveyonline.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1359594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/build.deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps index 4c2920544c..31312710d9 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -84,7 +84,7 @@ broker-plugins.libs=${felix.libs} ${log4j} ${commons-configuration.libs} test.libs=${slf4j-log4j} ${log4j} ${junit} ${slf4j-api} ${mockito-all} -perftests.libs=${geronimo-jms} ${slf4j-api} ${log4j} ${slf4j-log4j} ${commons-collections} ${commons-beanutils-core} ${commons-lang} ${gson-all} +perftests.libs=${geronimo-jms} ${slf4j-api} ${log4j} ${slf4j-log4j} ${commons-logging} ${commons-collections} ${commons-beanutils-core} ${commons-lang} ${gson-all} ibm-icu=lib/com.ibm.icu_3.8.1.v20080530.jar ecl-core-jface=lib/org.eclipse.jface_3.4.1.M20080827-2000.jar |
