This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new a6aba3b  NIFI-9726 Removed duplicate nifi-utils dependencies from 
graph modules
a6aba3b is described below

commit a6aba3bf8e43734bb1f10347e66e6a17a9d4646a
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Feb 25 09:11:35 2022 -0500

    NIFI-9726 Removed duplicate nifi-utils dependencies from graph modules
    
    Signed-off-by: Matthew Burgess <[email protected]>
    
    This closes #5803
---
 .../nifi-graph-bundle/nifi-neo4j-3-cypher-service/pom.xml            | 5 -----
 nifi-nar-bundles/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 64ffe41..e9e277e 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
@@ -63,11 +63,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-utils</artifactId>
-            <version>1.16.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-schema-registry-service-api</artifactId>
             <scope>compile</scope>
         </dependency>
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 62d5543..69970c1 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
@@ -65,11 +65,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-utils</artifactId>
-            <version>1.16.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-schema-registry-service-api</artifactId>
             <scope>compile</scope>
         </dependency>

Reply via email to