Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/946#discussion_r171620565
--- Diff: metron-platform/elasticsearch-shaded/pom.xml ---
@@ -31,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
- <artifactId>transport</artifactId>
+ <artifactId>x-pack-transport</artifactId>
--- End diff --
That project does not appear to contain `PreBuiltXPackTransportClient`. ES
points users to this -
https://www.elastic.co/guide/en/elasticsearch/reference/6.2/setup-xpack-client.html
- which instructs users to add the ES Maven repo. The referenced jar's license
file does not appear to dual license as Apache V2.
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/6.2.2/x-pack-transport-6.2.2.jar
---