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

@@ -16,7 +16,7 @@ dependencies {
optional("org.freemarker:freemarker")
optional("com.fasterxml.jackson.core:jackson-databind")
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile")
optional("io.projectreactor.netty:reactor-netty")
optional("io.projectreactor.netty:reactor-netty-http")
optional("org.apache.tomcat:tomcat-websocket")
optional("org.eclipse.jetty.websocket:websocket-server") {
exclude group: "javax.servlet", module: "javax.servlet"