Remove prohibited undertow upgrade restriction
See gh-43333
This commit is contained in:
parent
beb507fc55
commit
b86b81da35
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue