diff --git a/build.gradle b/build.gradle index b7f7f60cf6..eeaad04eed 100644 --- a/build.gradle +++ b/build.gradle @@ -504,7 +504,6 @@ configure(project(':apitest')) { testAnnotationProcessor libs.lombok testCompileOnly libs.lombok testRuntimeOnly libs.javax.annotation - testRuntimeOnly(libs.junit.jupiter.engine) } } diff --git a/cli/build.gradle b/cli/build.gradle index c9a71520fb..77036ac157 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -33,7 +33,6 @@ dependencies { testImplementation libs.cowwoc.diff.match.patch testRuntimeOnly libs.javax.annotation - testRuntimeOnly libs.junit.jupiter.engine } test { diff --git a/daemon/build.gradle b/daemon/build.gradle index e93fb0c709..d26c2f4d30 100644 --- a/daemon/build.gradle +++ b/daemon/build.gradle @@ -48,5 +48,4 @@ dependencies { } testAnnotationProcessor libs.lombok testCompileOnly libs.lombok - testRuntimeOnly(libs.junit.jupiter.engine) }