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