[
https://issues.apache.org/jira/browse/NIFI-9726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess updated NIFI-9726:
-------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
> Remove duplicate nifi-utils dependency declarations
> ---------------------------------------------------
>
> Key: NIFI-9726
> URL: https://issues.apache.org/jira/browse/NIFI-9726
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.16.0
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Trivial
> Fix For: 1.16.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The current main branch includes two modules with duplicate dependency
> declarations resulting in the following warnings when running a Maven build:
> {noformat}
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.nifi:nifi-neo4j-3-cypher-service:jar:1.16.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: org.apache.nifi:nifi-utils:jar -> duplicate declaration of version
> 1.16.0-SNAPSHOT @ line 64, column 21
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.nifi:nifi-other-graph-services:jar:1.16.0-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: org.apache.nifi:nifi-utils:jar -> duplicate declaration of version
> 1.16.0-SNAPSHOT @ line 66, column 21
> [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.
> [WARNING]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)