From 1829eedb1e82a0777a6ea8a180aacef4d89a59f0 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Thu, 22 May 2008 21:13:36 +0000 Subject: 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/qpid@659262 13f79535-47bb-0310-9956-ffa450edef68 --- java/build.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') diff --git a/java/build.deps b/java/build.deps index f9a7c4c261..ebbcce62a7 100644 --- a/java/build.deps +++ b/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} -- cgit v1.2.1