webdav client: drop dependency on commons-collections
-----------------------------------------------------
Key: JCR-1615
URL: https://issues.apache.org/jira/browse/JCR-1615
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-webdav
Affects Versions: 1.4
Reporter: Brett Porter
Attachments: JCR-1615.diff
the webdav-client brings in a dependency on commons-collections solely for one
reference to LinkedMap. Since none of the additional features of this class are
used, and as I understand it Jackrabbit requires JDK 1.4+, this can be replaced
with LinkedHashMap.
jcr-commons still brings in the commons-collections dependency, but I believe
it can be safely excluded by users that don't need to use the predicates (Which
is true of the webdav client)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.