alopresto commented on a change in pull request #4289:
URL: https://github.com/apache/nifi/pull/4289#discussion_r435606362
##########
File path: nifi-commons/nifi-site-to-site-client/pom.xml
##########
@@ -76,6 +76,15 @@
<artifactId>httpasyncclient</artifactId>
<version>4.1.4</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
Review comment:
I think this was added during exploration around the test logging
failing but is not needed now. Removed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]