Merge branch '3.3.x' into 3.4.x

Closes gh-44680
This commit is contained in:
Stéphane Nicoll
2025-03-12 08:38:26 +01:00

View File

@@ -988,6 +988,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"