Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/3105
Easiest way to do the L&N for your NAR here is this:
`mvn dependency:tree | grep -i compile`
Provided and test dependencies aren't part of the NAR, so only focus on
compile.---
