Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1474#discussion_r101447048
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml ---
@@ -230,6 +230,12 @@ language governing permissions and limitations under
the License. -->
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.mockftpserver</groupId>
--- End diff --
@trixpan is correct on the LICENSE/NOTICE for binary dependencies like
this. If we're pulling in source even for test purposes though then we have to
account for it.
---
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.
---