Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2758#discussion_r192826557
--- Diff: nifi-commons/nifi-utils/pom.xml ---
@@ -40,5 +40,10 @@
<artifactId>nifi-api</artifactId>
<version>1.7.0-SNAPSHOT</version>
</dependency>
+ <dependency>
--- End diff --
Jackson is used in more packages than Gson, so I think you should switch
over to that unless you have a compelling reason.---
