mirror of https://github.com/apache/nifi.git
NIFI-9611: Restore commons-io to minifi-assembly
This closes #5739 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
9d8b39529e
commit
b669d08173
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue