mirror of https://github.com/apache/nifi.git
NIFI-2564 corrected L&N to reference new BeanUtils dependency.
This commit is contained in:
parent
c1e47f9b44
commit
443803e729
|
@ -473,7 +473,7 @@ The following binary components are provided under the Apache Software License v
|
||||||
(ASLv2) Apache Commons BeanUtils
|
(ASLv2) Apache Commons BeanUtils
|
||||||
The following NOTICE information applies:
|
The following NOTICE information applies:
|
||||||
Apache Commons BeanUtils
|
Apache Commons BeanUtils
|
||||||
Copyright 2000-2008 The Apache Software Foundation
|
Copyright 2000-2014 The Apache Software Foundation
|
||||||
|
|
||||||
(ASLv2) Apache Avro
|
(ASLv2) Apache Avro
|
||||||
The following NOTICE information applies:
|
The following NOTICE information applies:
|
||||||
|
|
|
@ -18,6 +18,11 @@ The following binary components are provided under the Apache Software License v
|
||||||
This product includes software from the Spring Framework,
|
This product includes software from the Spring Framework,
|
||||||
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
|
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
|
Mozilla Public License v1.1
|
||||||
*****************
|
*****************
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-beanutils</groupId>
|
<groupId>commons-beanutils</groupId>
|
||||||
<artifactId>commons-beanutils</artifactId>
|
<artifactId>commons-beanutils</artifactId>
|
||||||
<version>1.9.2</version>
|
<version>1.9.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ca.uhn.hapi</groupId>
|
<groupId>ca.uhn.hapi</groupId>
|
||||||
|
|
Loading…
Reference in New Issue