diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-22 21:13:36 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-05-22 21:13:36 +0000 |
| commit | 411d8ab04176a9608548244cb86894eb2760ba4c (patch) | |
| tree | 2aa5931ade2f85f2dcfc1d6c6572b34bacaee73b /qpid/java | |
| parent | 7c1ba1ecf1d48993964cd86d563bf0a07e80a2f4 (diff) | |
| download | qpid-python-411d8ab04176a9608548244cb86894eb2760ba4c.tar.gz | |
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
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/build.deps | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
