NIFI-2564 corrected L&N to reference new BeanUtils dependency.

This commit is contained in:
joewitt 2017-03-09 22:00:41 -05:00
parent c1e47f9b44
commit 443803e729
3 changed files with 7 additions and 2 deletions

View File

@ -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:

View File

@ -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
*****************

View File

@ -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>