diff --git a/servicetalk-http-netty/build.gradle b/servicetalk-http-netty/build.gradle index 8cae16ce3d..385140e2fa 100644 --- a/servicetalk-http-netty/build.gradle +++ b/servicetalk-http-netty/build.gradle @@ -76,7 +76,6 @@ dependencies { testFixturesImplementation "com.google.code.findbugs:jsr305:$jsr305Version" testFixturesImplementation "org.slf4j:slf4j-api:$slf4jVersion" testFixturesImplementation "org.hamcrest:hamcrest:$hamcrestVersion" - testFixturesRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion" } // We need testng for the reactive-streams-tck diff --git a/servicetalk-opentracing-http/build.gradle b/servicetalk-opentracing-http/build.gradle index 6b69e99ed8..26553ccf8c 100644 --- a/servicetalk-opentracing-http/build.gradle +++ b/servicetalk-opentracing-http/build.gradle @@ -27,6 +27,7 @@ dependencies { implementation project(":servicetalk-opentracing-internal") implementation "org.slf4j:slf4j-api:$slf4jVersion" + testImplementation enforcedPlatform("org.apache.logging.log4j:log4j-bom:$log4jVersion") testImplementation enforcedPlatform("org.junit:junit-bom:$junit5Version") testImplementation testFixtures(project(":servicetalk-concurrent-api")) testImplementation testFixtures(project(":servicetalk-concurrent-internal")) @@ -45,6 +46,5 @@ dependencies { testImplementation "org.mockito:mockito-core:$mockitoCoreVersion" testImplementation "org.mockito:mockito-junit-jupiter:$mockitoCoreVersion" - testRuntimeOnly enforcedPlatform("org.apache.logging.log4j:log4j-bom:$log4jVersion") testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl" }