[
https://issues.apache.org/jira/browse/NIFI-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy LoPresto resolved NIFI-4433.
---------------------------------
Resolution: Fixed
Assignee: Andy LoPresto
Fix Version/s: 1.4.0
[~jtstorck] performed this as part of NIFI-4412.
> 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
> Assignee: Andy LoPresto
> Priority: Trivial
> Labels: beginner, dependencies, maven
> Fix For: 1.4.0
>
>
> 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)