[ https://issues.apache.org/jira/browse/NUTCH-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582021#comment-17582021 ]
Sebastian Nagel commented on NUTCH-2843: ---------------------------------------- Fix included in [PR#747|https://github.com/apache/nutch/pull/747] (NUTCH-2963). > 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)