NIFI-9611: Restore commons-io to minifi-assembly

This closes #5739

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Matthew Burgess 2022-02-02 16:05:12 -05:00 committed by exceptionfactory
parent 9d8b39529e
commit b669d08173
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ limitations under the License.
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-properties</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
</dependencies>
<properties>