[ https://issues.apache.org/jira/browse/NUTCH-2843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582538#comment-17582538 ]
Hudson commented on NUTCH-2843: ------------------------------- SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #85 (See [https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/85/]) NUTCH-2843 Duplicate declaration of dependencies in ivy.xml (snagel: [https://github.com/apache/nutch/commit/59f7865e9594e12ff01c85578583ca89aaed3916]) * (edit) ivy/ivy.xml * (edit) build.xml > 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)