Merge pull request #38228 from izeye

* pr/38228:
  Remove obsolete prohibit for Undertow library

Closes gh-38228
This commit is contained in:
Moritz Halbritter 2023-11-07 10:23:16 +01:00
commit 717d7a4850

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",