Remove obsolete prohibit for Undertow library

See gh-38228
This commit is contained in:
Johnny Lim 2023-11-06 19:44:21 +09:00 committed by Moritz Halbritter
parent 6c5cb57afd
commit 1f22f6ed64

View File

@ -1982,10 +1982,6 @@ bom {
}
}
library("Undertow", "2.2.28.Final") {
prohibit {
versionRange "[2.2.27.Final]"
because "it is not compatibile with Java 8 (https://issues.redhat.com/browse/UNDERTOW-2324)"
}
group("io.undertow") {
modules = [
"undertow-core",