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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user