Github user jvwing commented on the issue:
https://github.com/apache/nifi/pull/929
@jdye64, it looks good! I was just about to merge, giving the files a last
once-over before I push the button... and I noticed we have a json.org
dependency in the nifi-poi-processors POM:
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
</dependency>
Are we using that? [json.org is Category X these
days](https://issues.apache.org/jira/browse/NIFI-2991), so we can't go with it.
But it doesn't appear to be used, and when I deleted it I was able to build,
test, and run the processor without obvious issues.
Do you know of any reason I can't just pull that out?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---