Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/946#discussion_r171618015
--- 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 --
I believe this is dual licensed ES commercial and ASLv2. IT comes from
[here](https://github.com/elastic/elasticsearch#license).
---