Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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]