Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2113#discussion_r150086797
--- 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 --
That's how I included the nar file for the client service that the new
processor uses. Is there a better approach?---
