NIFI-2564 corrected L&N to reference new BeanUtils dependency.
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/443803e7 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/443803e7 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/443803e7 Branch: refs/heads/master Commit: 443803e729d1f81ed5e0c8248d30a60ad0790614 Parents: c1e47f9 Author: joewitt <[email protected]> Authored: Thu Mar 9 22:00:41 2017 -0500 Committer: joewitt <[email protected]> Committed: Thu Mar 9 22:00:41 2017 -0500 ---------------------------------------------------------------------- nifi-assembly/NOTICE | 2 +- .../nifi-hl7-nar/src/main/resources/META-INF/NOTICE | 5 +++++ nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/443803e7/nifi-assembly/NOTICE ---------------------------------------------------------------------- diff --git a/nifi-assembly/NOTICE b/nifi-assembly/NOTICE index ca969cd..87c7bf5 100644 --- a/nifi-assembly/NOTICE +++ b/nifi-assembly/NOTICE @@ -473,7 +473,7 @@ The following binary components are provided under the Apache Software License v (ASLv2) Apache Commons BeanUtils The following NOTICE information applies: Apache Commons BeanUtils - Copyright 2000-2008 The Apache Software Foundation + Copyright 2000-2014 The Apache Software Foundation (ASLv2) Apache Avro The following NOTICE information applies: http://git-wip-us.apache.org/repos/asf/nifi/blob/443803e7/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/src/main/resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/src/main/resources/META-INF/NOTICE b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/src/main/resources/META-INF/NOTICE index 50cc344..f321eaf 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/src/main/resources/META-INF/NOTICE +++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-nar/src/main/resources/META-INF/NOTICE @@ -18,6 +18,11 @@ 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 BeanUtils + The following NOTICE information applies: + Apache Commons BeanUtils + Copyright 2000-2014 The Apache Software Foundation + ***************** Mozilla Public License v1.1 ***************** http://git-wip-us.apache.org/repos/asf/nifi/blob/443803e7/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml index b86d71d..3ad4281 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.9.2</version> + <version>1.9.3</version> </dependency> <dependency> <groupId>ca.uhn.hapi</groupId>
