summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-11-08 21:44:04 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-11-08 21:44:04 +0000
commit24482036680d26b07ca215c6ebabfccfeee6333e (patch)
tree86eb26b8f0c3d8ab3326b6e1b53fad3010f14cc5
parent8e77acf02345b5c16ba14c3de1b9bce4444e600d (diff)
downloadqpid-python-24482036680d26b07ca215c6ebabfccfeee6333e.tar.gz
Added log4j as dep for tools module.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1032745 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/build.deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.deps b/qpid/java/build.deps
index 4c9f41a740..26025f8f56 100644
--- a/qpid/java/build.deps
+++ b/qpid/java/build.deps
@@ -99,7 +99,7 @@ commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \
common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} ${mina-filter-ssl}
client.libs=${geronimo-jms}
-tools.libs=${commons-configuration.libs}
+tools.libs=${commons-configuration.libs} ${log4j}
broker.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \
${xalan} ${felix.libs} ${derby-db} ${commons-configuration.libs}