Update Reactor Netty modules
Since reactor/reactor-netty#739, the `reactor-netty` module is now split into two: `reactor-netty-core` and `reactor-netty-http`. This commit updates the Spring Framework build accordingly.
This commit is contained in:
@@ -25,5 +25,5 @@ dependencies {
|
||||
testCompile(testFixtures(project(":spring-web")))
|
||||
testCompile("org.apache.tomcat.embed:tomcat-embed-core")
|
||||
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket")
|
||||
testCompile("io.projectreactor.netty:reactor-netty")
|
||||
testCompile("io.projectreactor.netty:reactor-netty-http")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user