diff --git a/build.gradle b/build.gradle index 2046c18574..d092a86149 100644 --- a/build.gradle +++ b/build.gradle @@ -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")