Fix Reactor Netty dependencies

This commit is contained in:
Artem Bilan
2020-08-02 09:30:57 -04:00
parent 78bb84d07b
commit a62d75f1f0

View File

@@ -736,7 +736,7 @@ project('spring-integration-stomp') {
dependencies { dependencies {
api project(':spring-integration-core') api project(':spring-integration-core')
optionalApi 'org.springframework:spring-websocket' 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')
testImplementation project(':spring-integration-websocket').sourceSets.test.output testImplementation project(':spring-integration-websocket').sourceSets.test.output
@@ -777,7 +777,7 @@ project('spring-integration-webflux') {
exclude group: 'org.springframework', module: 'spring-webmvc' exclude group: 'org.springframework', module: 'spring-webmvc'
} }
api 'org.springframework:spring-webflux' 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 "javax.servlet:javax.servlet-api:$servletApiVersion"
testImplementation "org.hamcrest:hamcrest-core:$hamcrestVersion" testImplementation "org.hamcrest:hamcrest-core:$hamcrestVersion"