Move Netty 5 dependency to Framework platform

This commit is contained in:
Brian Clozel
2022-08-30 21:58:41 +02:00
parent a5fb55fd6d
commit f877f81ae4
4 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ dependencies {
optional("io.netty:netty-codec-http") // Until Netty4ClientHttpRequest is removed
optional("io.netty:netty-transport") // Until Netty4ClientHttpRequest is removed
optional("io.projectreactor.netty:reactor-netty-http")
optional("io.netty:netty5-buffer:5.0.0.Alpha4")
optional("io.netty:netty5-buffer")
optional("io.undertow:undertow-core")
optional("org.apache.tomcat.embed:tomcat-embed-core")
optional("org.eclipse.jetty:jetty-server") {