From a6aba3bf8e43734bb1f10347e66e6a17a9d4646a Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Fri, 25 Feb 2022 09:11:35 -0500 Subject: [PATCH] NIFI-9726 Removed duplicate nifi-utils dependencies from graph modules Signed-off-by: Matthew Burgess This closes #5803 --- .../nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml | 5 ----- .../nifi-graph-bundle/nifi-other-graph-services/pom.xml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml index 64ffe418d0..e9e277ee49 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml @@ -61,11 +61,6 @@ 1.16.0-SNAPSHOT compile - - org.apache.nifi - nifi-utils - 1.16.0-SNAPSHOT - org.apache.nifi nifi-schema-registry-service-api diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml index 62d5543f09..69970c13c4 100644 --- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml +++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml @@ -63,11 +63,6 @@ 1.16.0-SNAPSHOT compile - - org.apache.nifi - nifi-utils - 1.16.0-SNAPSHOT - org.apache.nifi nifi-schema-registry-service-api