Remove prohibited undertow upgrade restriction

See gh-43333
This commit is contained in:
BenchmarkingBuffalo 2024-11-30 22:25:47 +01:00 committed by Stéphane Nicoll
parent beb507fc55
commit b86b81da35
1 changed files with 0 additions and 4 deletions

View File

@ -2468,10 +2468,6 @@ bom {
}
}
library("Undertow", "2.3.17.Final") {
prohibit {
versionRange "[2.3.18.Final]"
because "requires new framework patch due to regression (https://issues.redhat.com/browse/UNDERTOW-2512)"
}
group("io.undertow") {
modules = [
"undertow-core",