Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/1120#discussion_r203834063
--- Diff: metron-interface/pom.xml ---
@@ -25,6 +25,9 @@
</parent>
<description>Interfaces for Metron</description>
<url>https://metron.apache.org/</url>
+ <properties>
+ <jackson.version>2.9.5</jackson.version>
--- End diff --
I tested the other endpoints and everything seems to still be functioning.
I also inspected the mvn dependency tree and it looks like the jackson version
is consistent across dependencies.
---