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 | f34f23aebc4e5f363142caa24a6f582423fc4d2e (patch) | |
| tree | 1722b95a1bdea0bfce4555f0ba865afd98b0fc69 /java | |
| parent | abc2296a258c83e69c5b64ac18f33c4cc2b172c7 (diff) | |
| download | qpid-python-f34f23aebc4e5f363142caa24a6f582423fc4d2e.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/qpid@1359594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/build.deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.deps b/java/build.deps index 4c2920544c..31312710d9 100644 --- a/java/build.deps +++ b/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 |
