[
https://issues.apache.org/jira/browse/SLING-7954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16764974#comment-16764974
]
Robert Munteanu commented on SLING-7954:
----------------------------------------
jsp taglib only pulls in this dependency transitively from scripting.jsp (
which seems to no longer require it )
{noformat}
[INFO] +- org.apache.sling:org.apache.sling.scripting.jsp:jar:2.0.8:compile
[INFO] | +-
org.apache.sling:org.apache.sling.commons.classloader:jar:1.0.0:compile
[INFO] | +- org.apache.tomcat:jsp-api:jar:6.0.14:compile
[INFO] | | \- org.apache.tomcat:servlet-api:jar:6.0.14:compile
[INFO] | +- org.apache.tomcat:jasper-el:jar:6.0.14:compile
[INFO] | +- org.apache.tomcat:jasper-jdt:jar:6.0.14:compile
[INFO] | +- org.apache.tomcat:el-api:jar:6.0.14:compile
[INFO] | +- commons-io:commons-io:jar:1.4:compile
[INFO] | \- commons-collections:commons-collections:jar:3.2.1:compile
{noformat}
> Switch from legacy commons collections 3 to commons collections 4
> -----------------------------------------------------------------
>
> Key: SLING-7954
> URL: https://issues.apache.org/jira/browse/SLING-7954
> Project: Sling
> Issue Type: Improvement
> Reporter: Carsten Ziegeler
> Priority: Major
> Fix For: Sling Models Jackson Exporter 1.0.10, Context-Aware
> Configuration Impl 1.4.16, Scripting JavaScript 3.0.6, Scripting JSP Taglib
> 2.3.2, XSS Protection API 2.2.0
>
>
> The following bundles still use the legacy commons collections 3 version
> They should be updated to use commons collections 4
> com.composum.core.commons
> org.apache.jackrabbit.jackrabbit-spi-commons
> org.apache.jackrabbit.vault
> org.apache.sling.caconfig.impl
> org.apache.sling.models.jacksonexporter
> org.apache.sling.scripting.javascript
> org.apache.sling.scripting.jsp.taglib
> org.apache.sling.xss
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)