summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-05-22 21:13:36 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-05-22 21:13:36 +0000
commit411d8ab04176a9608548244cb86894eb2760ba4c (patch)
tree2aa5931ade2f85f2dcfc1d6c6572b34bacaee73b /qpid/java
parent7c1ba1ecf1d48993964cd86d563bf0a07e80a2f4 (diff)
downloadqpid-python-411d8ab04176a9608548244cb86894eb2760ba4c.tar.gz
QPID-1079: added junit dep to client as it's not included within all environments (for example on RHEL-4)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@659262 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-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 f9a7c4c261..ebbcce62a7 100644
--- a/qpid/java/build.deps
+++ b/qpid/java/build.deps
@@ -29,7 +29,7 @@ felix.libs=${osgi-core} ${felix-framework}
common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} \
${mina-filter-ssl} ${commons-codec} ${commons-lang} ${commons-collections} \
${commons-configuration}
-client.libs=${common.libs} ${geronimo-jms}
+client.libs=${common.libs} ${geronimo-jms} ${junit}
broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \
${slf4j-log4j} ${xalan} ${felix.libs}