Github user zenfenan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2765#discussion_r193427227
--- Diff: nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/pom.xml ---
@@ -80,6 +80,12 @@
<artifactId>json</artifactId>
<version>1.8</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-json-utils</artifactId>
+ <version>1.7.0-SNAPSHOT</version>
+ <scope>compile</scope>
--- End diff --
This is the one what I'm talking about.
---