You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ar...@apache.org on 2008/05/22 23:13:37 UTC

svn commit: r659262 - /incubator/qpid/trunk/qpid/java/build.deps

Author: arnaudsimon
Date: Thu May 22 14:13:36 2008
New Revision: 659262

URL: http://svn.apache.org/viewvc?rev=659262&view=rev
Log:
QPID-1079: added junit dep to client as it's not included within all environments (for example on RHEL-4)

Modified:
    incubator/qpid/trunk/qpid/java/build.deps

Modified: incubator/qpid/trunk/qpid/java/build.deps
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/build.deps?rev=659262&r1=659261&r2=659262&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/build.deps (original)
+++ incubator/qpid/trunk/qpid/java/build.deps Thu May 22 14:13:36 2008
@@ -29,7 +29,7 @@
 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}