Eric Norman created SLING-9607:
----------------------------------
Summary: Fix conflicting dependency to commons-io where two
different versions are listed
Key: SLING-9607
URL: https://issues.apache.org/jira/browse/SLING-9607
Project: Sling
Issue Type: Bug
Reporter: Eric Norman
Assignee: Eric Norman
Fix For: Scripting Core 2.3.4
Fix conflicting dependency to commons-io where two different versions are
listed causing the following warning in the build:
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.sling:org.apache.sling.scripting.core:jar:2.3.1-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: commons-io:commons-io:jar -> version 2.6 vs 2.4 @ line 209, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten
the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)