Skip to content

Commit

Permalink
Fix STOMP module for latest SF changes
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Sep 12, 2022
1 parent 26a4c4d commit 4758fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,6 @@ project('spring-integration-stomp') {
dependencies {
api project(':spring-integration-core')
optionalApi 'org.springframework:spring-websocket'
optionalApi 'io.projectreactor.netty:reactor-netty-core'

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

testRuntimeOnly 'org.springframework:spring-webmvc'
testRuntimeOnly 'io.projectreactor.netty:reactor-netty-http'
}
}

Expand Down

0 comments on commit 4758fa2

Please sign in to comment.