diff --git a/instrumentation/reactor-3.1/javaagent/build.gradle.kts b/instrumentation/reactor-3.1/javaagent/build.gradle.kts index b288fd6b2e..980f3ee128 100644 --- a/instrumentation/reactor-3.1/javaagent/build.gradle.kts +++ b/instrumentation/reactor-3.1/javaagent/build.gradle.kts @@ -26,8 +26,6 @@ dependencies { testImplementation(project(":instrumentation:reactor-3.1:testing")) testImplementation("io.opentelemetry:opentelemetry-extension-annotations") - latestDepTestLibrary("io.projectreactor:reactor-core:3.+") - latestDepTestLibrary("io.projectreactor:reactor-test:3.+") // Looks like later versions on reactor need this dependency for some reason even though it is marked as optional. latestDepTestLibrary("io.micrometer:micrometer-core:1.+") } diff --git a/instrumentation/reactor-3.1/library/build.gradle.kts b/instrumentation/reactor-3.1/library/build.gradle.kts index b3adae5a1b..2f3d19b7f8 100644 --- a/instrumentation/reactor-3.1/library/build.gradle.kts +++ b/instrumentation/reactor-3.1/library/build.gradle.kts @@ -8,8 +8,7 @@ dependencies { testLibrary("io.projectreactor:reactor-test:3.1.0.RELEASE") testImplementation(project(":instrumentation:reactor-3.1:testing")) - latestDepTestLibrary("io.projectreactor:reactor-core:3.+") - latestDepTestLibrary("io.projectreactor:reactor-test:3.+") + // Looks like later versions on reactor need this dependency for some reason even though it is marked as optional. latestDepTestLibrary("io.micrometer:micrometer-core:1.+") } \ No newline at end of file