Github user otherview commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2287#discussion_r152831157
--- Diff:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-5-processors/src/test/java/org/apache/nifi/processors/elasticsearch/TestPutElasticsearch5.java
---
@@ -36,6 +36,7 @@
import org.elasticsearch.common.io.stream.StreamInput;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.transport.TransportAddress;
+import org.elasticsearch.index.engine.VersionConflictEngineException;
--- End diff --
Removing this, and running the maven build with that flag ! :)
---