From a6125e71c6a552b1a4bcf75546b9d63b5caa2975 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Fri, 24 Jan 2025 09:37:25 +0200 Subject: [PATCH] Fix spring webflux latest dep tests --- .../spring-webflux/spring-webflux-5.3/library/build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/instrumentation/spring/spring-webflux/spring-webflux-5.3/library/build.gradle.kts b/instrumentation/spring/spring-webflux/spring-webflux-5.3/library/build.gradle.kts index 1526873f7866..1df4b62e1934 100644 --- a/instrumentation/spring/spring-webflux/spring-webflux-5.3/library/build.gradle.kts +++ b/instrumentation/spring/spring-webflux/spring-webflux-5.3/library/build.gradle.kts @@ -14,8 +14,6 @@ dependencies { testLibrary("org.springframework.boot:spring-boot-starter-webflux:2.4.0") testLibrary("org.springframework.boot:spring-boot-starter-test:2.4.0") testLibrary("org.springframework.boot:spring-boot-starter-reactor-netty:2.4.0") - // can be remove after starter is update to depend on spring 6.1 - latestDepTestLibrary("org.springframework:spring-context:+") } val latestDepTest = findProperty("testLatestDeps") as Boolean