From cd993b3d9af038860117797fff40b3006ffff805 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Fri, 5 Sep 2008 15:31:46 +0000 Subject: QPID-1257 : Removed junit from the client dependancies as it is not required for the client adds extra bloat to the new cilent package. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@692462 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 7487698ece..58aeef5664 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} ${junit} +client.libs=${common.libs} ${geronimo-jms} tools.libs=${client.libs} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ ${slf4j-log4j} ${xalan} ${felix.libs} ${build.lib}/${project.name}-common-${project.version}.jar -- cgit v1.2.1