Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2616#discussion_r184432659
--- Diff:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
---
@@ -120,6 +115,18 @@
<version>1.7.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.elasticsearch</groupId>
+ <artifactId>elasticsearch</artifactId>
+ <version>5.6.8</version>
+ <scope>compile</scope>
--- End diff --
Not sure these need to be explicitly scoped? But if it works, no harm no
foul...
---