diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-28 02:35:34 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-05-28 02:35:34 +0000 |
| commit | 260eee054d50c243163c479b288daa13f1b23d80 (patch) | |
| tree | 7686819ab53fb935bf6be40de8a8e8585efa0049 /qpid/java/build.deps | |
| parent | 148033c59cf1b1f36ec4e80eef6e5c9beb65577b (diff) | |
| download | qpid-python-260eee054d50c243163c479b288daa13f1b23d80.tar.gz | |
QPID-2629
Removed commons collections from the build deps.
Added the ReferenceMap and supported classes under a subpackage in qpid.
These classes were copied from the Commons Collections release tag 3_2.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949076 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.deps')
| -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 56eeabac56..5c77a9e597 100644 --- a/qpid/java/build.deps +++ b/qpid/java/build.deps @@ -79,7 +79,7 @@ commons-configuration.libs = ${commons-beanutils-core} ${commons-digester} \ ${commons-codec} ${commons-lang} ${commons-collections} ${commons-configuration} common.libs=${slf4j-api} ${backport-util-concurrent} ${mina-core} ${mina-filter-ssl} -client.libs=${geronimo-jms} ${commons-collections} +client.libs=${geronimo-jms} tools.libs=${commons-configuration.libs} broker.libs=${commons-cli} ${commons-logging} ${log4j} ${slf4j-log4j} \ ${xalan} ${felix.libs} ${derby-db} ${commons-configuration.libs} |
