[
https://issues.apache.org/jira/browse/NUTCH-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastian Nagel resolved NUTCH-2843.
------------------------------------
Resolution: Fixed
This is fixed along with NUTCH-2963 in
[59f7865](https://github.com/apache/nutch/commit/59f7865e9594e12ff01c85578583ca89aaed3916).
> 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
> Priority: Major
> 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.20.10#820010)