Update comment

See gh-23604
This commit is contained in:
Sam Brannen
2019-09-08 15:15:30 +02:00
parent 0d742cf3d0
commit 683fe9ed70

View File

@@ -352,7 +352,7 @@ configure([rootProject] + javaProjects) { project ->
testRuntime("org.apache.logging.log4j:log4j-core")
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl")
testRuntime("org.apache.logging.log4j:log4j-jul")
// Hamcrest is needed at test runtime by third-party libraries
// Workaround for https://github.com/junit-team/junit5/issues/2004
testRuntime("org.hamcrest:hamcrest")
// JSR-305 only used for non-required meta-annotations
compileOnly("com.google.code.findbugs:jsr305")