Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/1120#discussion_r203803381
--- 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 --
Ok, do me a favor, when you test this out in full-dev, make sure that you
can continue to use the REST endponts backing the management UI. We often have
issues with classpath issues around newer versions of Jackson. Should we
exclude the other jackson dependencies coming in transitively in metron-rest
and metron-rest-client?
---