pvillard31 opened a new pull request, #47: URL: https://github.com/apache/nifi-maven/pull/47
``` [ERROR] Failed to execute goal org.apache.nifi:nifi-nar-maven-plugin:2.3.0-SNAPSHOT:nar (default-nar) on project nifi-kafka-service-api-nar: Execution default-nar of goal org.apache.nifi:nifi-nar-maven-plugin:2.3.0-SNAPSHOT:nar failed: An API incompatibility was encountered while executing org.apache.nifi:nifi-nar-maven-plugin:2.3.0-SNAPSHOT:nar: java.lang.NoSuchMethodError: 'org.apache.commons.io.input.BoundedInputStream$Builder org.apache.commons.io.input.BoundedInputStream.builder()' ``` The error is caused by [NIFI-15632](https://issues.apache.org/jira/browse/NIFI-15632) which upgraded maven-archiver from 3.6.4 to 3.6.6. This upgrade brought in plexus-archiver:4.10.4, which depends on plexus-io:3.6.0 and commons-compress:1.28.0. Both of these require commons-io:2.20.0. However, maven-dependency-plugin:3.9.0 transitively depends on maven-shared-utils:3.4.2, which brings in commons-io:2.11.0. We need to pin the version of commons-io. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
