fixes NIFI-1989

This closes #514

Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
Puspendu Banerjee 2016-06-09 13:00:57 -05:00 committed by jpercivall
parent a7c5b88a47
commit 6d2168049a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<!-- External dependencies -->
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>