mattyb149 commented on a change in pull request #2861: NIFI-5248 Added new
Elasticsearch json and record processors.
URL: https://github.com/apache/nifi/pull/2861#discussion_r341661485
##########
File path:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/pom.xml
##########
@@ -116,18 +122,18 @@
<version>5.6.8</version>
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>org.elasticsearch.client</groupId>
- <artifactId>elasticsearch-rest-high-level-client</artifactId>
- <version>5.6.8</version>
- <scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>com.vividsolutions</groupId>
- <artifactId>jts</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+<!-- <dependency>-->
Review comment:
This should be removed if no longer needed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services