diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 11a89db044ecb..da2430c76b3e8 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -125,7 +125,6 @@ dependencies { api "com.fasterxml.jackson.core:jackson-databind:${props.getProperty('jackson_databind')}" api "org.ajoberstar.grgit:grgit-core:5.2.0" - testFixturesApi "junit:junit:${props.getProperty('junit')}" testFixturesApi "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${props.getProperty('randomizedrunner')}" testFixturesApi gradleApi()