jeffjensen commented on code in PR #811: URL: https://github.com/apache/maven-surefire/pull/811#discussion_r1966817630
########## maven-failsafe-plugin/pom.xml: ########## @@ -45,6 +45,13 @@ </properties> <dependencies> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <version>1.7.36</version> + <scope>test</scope> Review Comment: Ah yes, should have done that in the first place, thank you. Done. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org