Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1218#discussion_r224544049
--- Diff: metron-platform/metron-elasticsearch/pom.xml ---
@@ -206,24 +206,7 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- <dependency>
--- End diff --
They cause the tests to fail when executed in an IDE like IntelliJ. I
don't understand exactly why, but @justinleet pointed me in this direction.
Also, everything runs just fine without them, so they are unnecessary. The
fewer dependencies, the better.
---