This is an automated email from the ASF dual-hosted git repository.

bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-maven.git


The following commit(s) were added to refs/heads/main by this push:
     new 87de3aa  NIFI-15642 - Fix commons-io java.lang.NoSuchMethodError (#47)
87de3aa is described below

commit 87de3aab326e13a32af1db2472630d6584e90b8f
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Feb 24 19:20:32 2026 +0100

    NIFI-15642 - Fix commons-io java.lang.NoSuchMethodError (#47)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3af8a8a..8ab0921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,6 +257,11 @@
         </plugins>
     </build>
     <dependencies>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.21.0</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-archiver</artifactId>

Reply via email to