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 <[email protected]>
AuthorDate: Wed Jan 26 17:52:43 2022 -0500
NIFI-9611 Removed duplicate nifi-utils dependency
This closes #5721
Signed-off-by: David Handermann <[email protected]>
---
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>