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:
Brian Clozel
2020-08-01 11:49:15 +02:00
parent c1b2e23029
commit 9aae5ed3fa
5 changed files with 5 additions and 5 deletions

View File

@@ -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")
}