Repository: nifi
Updated Branches:
  refs/heads/master d28e61c5d -> 20a6374bf


NIFI-4334: Added Apache Commons Net to scripting NAR

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

This closes #2117.


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/20a6374b
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/20a6374b
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/20a6374b

Branch: refs/heads/master
Commit: 20a6374bf788827fc12c4636093d905312552d92
Parents: d28e61c
Author: Matthew Burgess <mattyb...@apache.org>
Authored: Wed Aug 30 15:25:56 2017 -0400
Committer: Pierre Villard <pierre.villard...@gmail.com>
Committed: Thu Aug 31 09:22:22 2017 +0200

----------------------------------------------------------------------
 .../nifi-scripting-nar/src/main/resources/META-INF/NOTICE    | 8 ++++++++
 .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml  | 4 ++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/20a6374b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-nar/src/main/resources/META-INF/NOTICE
----------------------------------------------------------------------
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 219b534..ffc8eb4 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

http://git-wip-us.apache.org/repos/asf/nifi/blob/20a6374b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml
----------------------------------------------------------------------
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 e77b08b..46cbbaa 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
@@ -83,6 +83,10 @@
             <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>
         </dependency>

Reply via email to