Lewis John McGibbney created NUTCH-2843:
-------------------------------------------
Summary: Duplicate declaration of dependencies in ivy.xml
Key: NUTCH-2843
URL: https://issues.apache.org/jira/browse/NUTCH-2843
Project: Nutch
Issue Type: Bug
Components: build
Affects Versions: 1.18
Reporter: Lewis John McGibbney
Assignee: Lewis John McGibbney
Fix For: 1.19
When pushing the 1.18 release candidate Maven reported the following issues
{code}
[artifact:mvn] [WARNING] Some problems were encountered while building the
effective model for org.apache.nutch:nutch:jar:1.18
[artifact:mvn] [WARNING]
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique:
org.mortbay.jetty:jetty:jar -> duplicate declaration of version 6.1.26 @ line
457, column 17
[artifact:mvn] [WARNING]
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique:
org.apache.commons:commons-collections4:jar -> version 4.4 vs 4.1 @ line 463,
column 17
[artifact:mvn] [WARNING]
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique:
org.apache.httpcomponents:httpclient:jar -> version 4.5.13 vs 4.5.5 @ line 559,
column 17
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)