Prevent upgrade to Jetty 12.0.17

Closes gh-44611
This commit is contained in:
Stéphane Nicoll
2025-03-12 08:38:08 +01:00
parent 71b65e1ac1
commit 0f0180d9dc

View File

@@ -971,6 +971,10 @@ bom {
}
}
library("Jetty", "12.0.16") {
prohibit {
versionRange "[12.0.17]"
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
}
group("org.eclipse.jetty.ee10") {
imports = [
"jetty-ee10-bom"