[
https://issues.apache.org/jira/browse/NIFI-9726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17498179#comment-17498179
]
ASF subversion and git services commented on NIFI-9726:
-------------------------------------------------------
Commit a6aba3bf8e43734bb1f10347e66e6a17a9d4646a in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=a6aba3b ]
NIFI-9726 Removed duplicate nifi-utils dependencies from graph modules
Signed-off-by: Matthew Burgess <[email protected]>
This closes #5803
> 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)