exceptionfactory commented on code in PR #10068: URL: https://github.com/apache/nifi/pull/10068#discussion_r2190847307
########## nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestMergeContent.java: ########## @@ -40,6 +40,7 @@ import org.apache.nifi.util.TestRunner; import org.apache.nifi.util.TestRunners; import org.junit.jupiter.api.Test; +import org.testcontainers.shaded.org.awaitility.Awaitility; Review Comment: This shaded library reference should not be used. One option is to introduce a direct dependency, but since it is not currently used, it would be better to implement an alternative approach. -- 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]
