Remove Netty 5 support

See gh-34345
This commit is contained in:
Juergen Hoeller
2025-03-12 12:55:31 +01:00
parent ea551cd9b3
commit 057742f27a

View File

@@ -21,13 +21,6 @@ configure(allprojects) { project ->
group = "org.springframework"
repositories {
mavenCentral()
maven {
url = "https://repo.spring.io/milestone"
content {
// Netty 5 optional support
includeGroup 'io.projectreactor.netty'
}
}
if (version.contains('-')) {
maven { url = "https://repo.spring.io/milestone" }
}