[ 
https://issues.apache.org/jira/browse/NIFI-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16184963#comment-16184963
 ] 

ASF GitHub Bot commented on NIFI-4433:
--------------------------------------

Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/2182
  
    It appears @jtstorck performed this as part of [NIFI-4412 - Perform release 
management for 1.4.0](https://issues.apache.org/jira/browse/NIFI-4412) -- 
[502adc6](https://github.com/apache/nifi/commit/502adc6e8a01b171aa5274bdbd8f0deac63ee5e5).
 I'm closing this PR. 


> 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
>            Priority: Trivial
>              Labels: beginner, dependencies, maven
>
> 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)

Reply via email to