elharo commented on code in PR #69: URL: https://github.com/apache/maven-remote-resources-plugin/pull/69#discussion_r1892421191
########## src/test/java/org/apache/maven/plugin/resources/remote/RemoteResourcesMojoTest.java: ########## @@ -51,6 +52,8 @@ import org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory; import org.eclipse.aether.repository.LocalRepository; +import static org.assertj.core.api.Assertions.assertThat; Review Comment: My impression is that across Maven and even more broadly across Java, but definitely within Maven hamcrest is far more common now. I've certainly seen it a lot more while working my way through all the plugins than I've seen assert4j, though they are both present. JUnit 4 already depends on Hamcrest, though that got removed in JUnit 5. -- 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