This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new b669d08 NIFI-9611: Restore commons-io to minifi-assembly
b669d08 is described below
commit b669d08173e3c94a45461c465a4907096ec7673f
Author: Matthew Burgess <[email protected]>
AuthorDate: Wed Feb 2 16:05:12 2022 -0500
NIFI-9611: Restore commons-io to minifi-assembly
This closes #5739
Signed-off-by: David Handermann <[email protected]>
---
minifi/minifi-assembly/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml
index f492235..aed9f1a 100644
--- a/minifi/minifi-assembly/pom.xml
+++ b/minifi/minifi-assembly/pom.xml
@@ -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>