From 411d8ab04176a9608548244cb86894eb2760ba4c 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@659262 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/build.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java') 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} -- cgit v1.2.1