diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-09-05 15:31:46 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-09-05 15:31:46 +0000 |
| commit | a1f207ee115ede791726b99b6c10107b1f07e851 (patch) | |
| tree | ea3e6d95b5246c0b1d494ff8d4d271e916941ae9 /java | |
| parent | 115927359841b7aaa5f74340a6ba7abae6ca92b2 (diff) | |
| download | qpid-python-a1f207ee115ede791726b99b6c10107b1f07e851.tar.gz | |
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/qpid@692462 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -rw-r--r-- | java/build.deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.deps b/java/build.deps index 7487698ece..58aeef5664 100644 --- a/java/build.deps +++ b/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 |
