From 71a464e4a0b2dcbc26f512efa2c21b6a4eccd97f Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 1 Feb 2008 14:49:33 +0000 Subject: added junit dependency git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@617510 13f79535-47bb-0310-9956-ffa450edef68 --- java/build.deps | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'java') diff --git a/java/build.deps b/java/build.deps index eff4f8c4ad..1345fca927 100644 --- a/java/build.deps +++ b/java/build.deps @@ -7,6 +7,7 @@ commons-logging=lib/commons-logging-1.0.4.jar geronimo-jms=lib/geronimo-jms_1.1_spec-1.0.jar +junit=lib/juint-3.8.1.jar junit-toolkit=lib/junit-toolkit-0.6-SNAPSHOT.jar log4j=lib/log4j-1.2.12.jar @@ -24,7 +25,7 @@ common.libs=${slf4j-api} ${mina-core} ${mina-filter-ssl} ${commons-codec} \ client.libs=${common.libs} ${geronimo-jms} broker.libs=${common.libs} ${commons-cli} ${commons-logging} ${log4j} \ ${slf4j-log4j} ${xalan} -systests.libs=${client.libs} ${junit-toolkit} +systests.libs=${client.libs} ${junit} ${junit-toolkit} perftests.libs=${systests.libs} integrationtests.libs=${systests.libs} @@ -55,7 +56,7 @@ management-eclipse-plugin.libs=${commons-codec} ${ibm-icu} ${ecl-core-jface} \ ${ecl-equinox-prefs} ${ecl-equinox-registry} ${ecl-help} ${ecl-osgi} \ ${ecl-swt} ${ecl-swt-win32} ${ecl-ui} ${ecl-ui-forms} ${ecl-ui-workbench} -test.libs=${log4j} ${slf4j-log4j} ${junit-toolkit} +test.libs=${log4j} ${slf4j-log4j} ${junit} ${junit-toolkit} common.test.libs=${test.libs} broker.test.libs=${test.libs} -- cgit v1.2.1