diff --git a/module/spring-boot-webclient/build.gradle b/module/spring-boot-webclient/build.gradle index 7872752c762..51f20e66adc 100644 --- a/module/spring-boot-webclient/build.gradle +++ b/module/spring-boot-webclient/build.gradle @@ -36,7 +36,6 @@ dependencies { optional("org.apache.httpcomponents.client5:httpclient5") optional("org.apache.httpcomponents.core5:httpcore5-reactive") optional("org.eclipse.jetty:jetty-reactive-httpclient") - optional("org.springframework:spring-webflux") testImplementation(project(":core:spring-boot-test")) testImplementation(project(":module:spring-boot-tomcat"))