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

@@ -68,7 +68,7 @@ dependencies {
testCompile("org.apache.tiles:tiles-servlet")
testCompile("org.hsqldb:hsqldb")
testCompile("org.apache.httpcomponents:httpclient")
testCompile("io.projectreactor.netty:reactor-netty")
testCompile("io.projectreactor.netty:reactor-netty-http")
testCompile("de.bechte.junit:junit-hierarchicalcontextrunner")
testRuntime("org.junit.vintage:junit-vintage-engine") {
exclude group: "junit", module: "junit"