You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2017/09/28 00:15:00 UTC

[jira] [Created] (NIFI-4433) Remove duplicate dependency in nifi/pom.xml

Andy LoPresto created NIFI-4433:
-----------------------------------

             Summary: Remove duplicate dependency in nifi/pom.xml
                 Key: NIFI-4433
                 URL: https://issues.apache.org/jira/browse/NIFI-4433
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
    Affects Versions: 1.4.0
            Reporter: Andy LoPresto


When running {{mvn dependency:list}}, over 1000 lines of warnings are generated because of a duplicated dependency on {{nifi-mongodb-client-service-api}} in {{nifi/pom.xml}}. 

Example:
{code}
[WARNING] Some problems were encountered while building the effective model for org.apache.nifi:nifi-toolkit:pom:1.4.0-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.nifi:nifi-mongodb-client-service-api:jar -> duplicate declaration of version 1.4.0-SNAPSHOT @ org.apache.nifi:nifi:1.4.0-SNAPSHOT, /Users/alopresto/Workspace/nifi/pom.xml, line 1611, column 25
[WARNING]
{code}

Removing the duplicate dependency at line 1611 (the original is at line 1051) should resolve this. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)