Browse Source

Polish spring-boot-webclient dependencies

pull/46447/head
Stéphane Nicoll 5 months ago
parent
commit
75fcde4a04
  1. 1
      module/spring-boot-webclient/build.gradle

1
module/spring-boot-webclient/build.gradle

@ -36,7 +36,6 @@ dependencies { @@ -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"))

Loading…
Cancel
Save