Skip to content

Commit 4758fa2

Browse files
committed
Fix STOMP module for latest SF changes
1 parent 26a4c4d commit 4758fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,6 @@ project('spring-integration-stomp') {
920920
dependencies {
921921
api project(':spring-integration-core')
922922
optionalApi 'org.springframework:spring-websocket'
923-
optionalApi 'io.projectreactor.netty:reactor-netty-core'
924923

925924
testImplementation project(':spring-integration-websocket')
926925
testImplementation project(':spring-integration-websocket').sourceSets.test.output
@@ -932,6 +931,7 @@ project('spring-integration-stomp') {
932931
testImplementation 'com.fasterxml.jackson.core:jackson-databind'
933932

934933
testRuntimeOnly 'org.springframework:spring-webmvc'
934+
testRuntimeOnly 'io.projectreactor.netty:reactor-netty-http'
935935
}
936936
}
937937

0 commit comments

Comments
 (0)