mirror of https://github.com/apache/nifi.git
fixes NIFI-1989
This closes #514 Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
parent
a7c5b88a47
commit
6d2168049a
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<!-- External dependencies -->
|
<!-- External dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>1.3.2</version>
|
<version>1.3.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue