[
https://issues.apache.org/jira/browse/NIFI-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16503363#comment-16503363
]
ASF GitHub Bot commented on NIFI-5271:
--------------------------------------
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.
> Move JSON Validator to a separate package and verify license/notice
> -------------------------------------------------------------------
>
> Key: NIFI-5271
> URL: https://issues.apache.org/jira/browse/NIFI-5271
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Mike Thomsen
> Assignee: Mike Thomsen
> Priority: Major
>
> The JSON Validator in 5261 did not get its L&N verified and it should be
> moved to a separate validator module to keep Gson from being bundled where
> it's not needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)