You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/01/27 01:09:04 UTC

[nifi] branch main updated: NIFI-9611 Removed duplicate nifi-utils dependency

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

exceptionfactory 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 0eff249  NIFI-9611 Removed duplicate nifi-utils dependency
0eff249 is described below

commit 0eff2498708af7071b92fcd0d6e35c82c1bf2198
Author: Paul Grey <gr...@yahoo.com>
AuthorDate: Wed Jan 26 17:52:43 2022 -0500

    NIFI-9611 Removed duplicate nifi-utils dependency
    
    This closes #5721
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
index f6956df..c0b94f6 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-neo4j-cypher-service/pom.xml
@@ -46,11 +46,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-record</artifactId>
         </dependency>
         <dependency>