From 20a6374bf788827fc12c4636093d905312552d92 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 30 Aug 2017 15:25:56 -0400 Subject: [PATCH] NIFI-4334: Added Apache Commons Net to scripting NAR Signed-off-by: Pierre Villard This closes #2117. --- .../nifi-scripting-nar/src/main/resources/META-INF/NOTICE | 8 ++++++++ .../nifi-scripting-processors/pom.xml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE index 219b534939..ffc8eb4c16 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE +++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE @@ -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 diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml index e77b08b36c..46cbbaae69 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml @@ -82,6 +82,10 @@ commons-io commons-io + + commons-net + commons-net + com.yammer.metrics metrics-core