Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2113#discussion_r150726016
--- Diff: nifi-assembly/pom.xml ---
@@ -338,6 +338,16 @@
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-elasticsearch-client-service-nar</artifactId>
+ <type>nar</type>
+ </dependency>
+<!-- <dependency>
--- End diff --
I mean the commented out dependency, looks like dead code and/or you moved
it to the processor's POM?---
