diff --git a/build.gradle b/build.gradle index c9b728ded3..88d954348b 100644 --- a/build.gradle +++ b/build.gradle @@ -736,7 +736,7 @@ project('spring-integration-stomp') { dependencies { api project(':spring-integration-core') optionalApi 'org.springframework:spring-websocket' - optionalApi 'io.projectreactor.netty:reactor-netty' + optionalApi 'io.projectreactor.netty:reactor-netty-core' testImplementation project(':spring-integration-websocket') testImplementation project(':spring-integration-websocket').sourceSets.test.output @@ -777,7 +777,7 @@ project('spring-integration-webflux') { exclude group: 'org.springframework', module: 'spring-webmvc' } api 'org.springframework:spring-webflux' - optionalApi 'io.projectreactor.netty:reactor-netty' + optionalApi 'io.projectreactor.netty:reactor-netty-http' testImplementation "javax.servlet:javax.servlet-api:$servletApiVersion" testImplementation "org.hamcrest:hamcrest-core:$hamcrestVersion"