You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Valerio Schiavoni (JIRA)" <ji...@apache.org> on 2014/06/30 23:21:24 UTC

[jira] [Created] (NUTCH-1810) Duplicate jdom dependency

Valerio Schiavoni created NUTCH-1810:
----------------------------------------

             Summary: Duplicate jdom dependency 
                 Key: NUTCH-1810
                 URL: https://issues.apache.org/jira/browse/NUTCH-1810
             Project: Nutch
          Issue Type: Bug
            Reporter: Valerio Schiavoni


The dependency to jdom is declared twice in the pom.xml, first time at lines 202-207, second time at lines 257-261.

The double declaration causes Maven to report the following warning:

[WARNING] Some problems were encountered while building the effective model for org.apache.nutch:nutch:jar:2.2
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jdom:jdom:jar -> duplicate declaration of version 1.1 @ line 256, column 29
[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.




--
This message was sent by Atlassian JIRA
(v6.2#6252)