We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a4c4d commit 4758fa2Copy full SHA for 4758fa2
build.gradle
@@ -920,7 +920,6 @@ project('spring-integration-stomp') {
920
dependencies {
921
api project(':spring-integration-core')
922
optionalApi 'org.springframework:spring-websocket'
923
- optionalApi 'io.projectreactor.netty:reactor-netty-core'
924
925
testImplementation project(':spring-integration-websocket')
926
testImplementation project(':spring-integration-websocket').sourceSets.test.output
@@ -932,6 +931,7 @@ project('spring-integration-stomp') {
932
931
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
933
934
testRuntimeOnly 'org.springframework:spring-webmvc'
+ testRuntimeOnly 'io.projectreactor.netty:reactor-netty-http'
935
}
936
937
0 commit comments