Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/78#discussion_r59899359
--- Diff: metron-streaming/pom.xml ---
@@ -80,6 +80,7 @@
<module>Metron-Elasticsearch</module>
<module>Metron-Solr</module>
<module>Metron-Testing</module>
+ <module>Metron-TestingUtilities</module>
--- End diff --
Testing contains our integration test classes and depends on pretty much
every project (Common, Parsers, etc). TestingUtilities is meant to contain
testing utilities (like MockHTable) that any project can leverage.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---