Remove dependency management for unused EL dependencies

Closes gh-33035
pull/33064/head
Andy Wilkinson 2 years ago
parent 690b6fa086
commit 1b6e8ee3cc

@ -255,16 +255,6 @@ bom {
] ]
} }
} }
library("Glassfish EL", "4.0.2") {
prohibit("[5.0.0-M1,)") {
because "it exceeds our Jakarta EE 9 baseline"
}
group("org.glassfish") {
modules = [
"jakarta.el"
]
}
}
library("Glassfish JAXB", "3.0.2") { library("Glassfish JAXB", "3.0.2") {
prohibit("[3.1.0-M1,)") { prohibit("[3.1.0-M1,)") {
because "it exceeds our Jakarta EE 9 baseline" because "it exceeds our Jakarta EE 9 baseline"
@ -694,13 +684,6 @@ bom {
] ]
} }
} }
library("Jetty EL", "10.0.14") {
group("org.mortbay.jasper") {
modules = [
"apache-el"
]
}
}
library("Jetty Reactive HTTPClient", "3.0.7") { library("Jetty Reactive HTTPClient", "3.0.7") {
group("org.eclipse.jetty") { group("org.eclipse.jetty") {
modules = [ modules = [

Loading…
Cancel
Save