NIFI-4334: Added Apache Commons Net to scripting NAR

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #2117.
This commit is contained in:
Matthew Burgess 2017-08-30 15:25:56 -04:00 committed by Pierre Villard
parent d28e61c5dd
commit 20a6374bf7
2 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,14 @@ The following binary components are provided under the Apache Software License v
This product includes software from the Spring Framework,
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
(ASLv2) Apache Commons Net
The following NOTICE information applies:
Apache Commons Net
Copyright 2001-2017 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
(ASLv2) Yammer Metrics
The following NOTICE information applies:
Metrics

View File

@ -82,6 +82,10 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</dependency>
<dependency>
<groupId>com.yammer.metrics</groupId>
<artifactId>metrics-core</artifactId>