Fix Reactor Netty dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user