Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/946#discussion_r171617250
--- 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 --
For posterity, I pulled the jar with
```
{11:23}~ â mvn org.apache.maven.plugins:maven-dependency-plugin:3.0.2:get
\
-DremoteRepositories=https://artifacts.elastic.co/maven \
-Dartifact=org.elasticsearch.client:x-pack-api:5.6.7
```
and just opened up
`~/.m2/repository/org/elasticsearch/client/x-pack-transport/5.6.7/x-pack-transport-5.6.7.pom`
If someone knows more about how the ES licensing for this stuff works, let
me know, because it' s definitely possible there's something I don't know about.
---