Remove dependency management for unused EL dependencies
Closes gh-33035
This commit is contained in:
@@ -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") {
|
||||
prohibit("[3.1.0-M1,)") {
|
||||
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") {
|
||||
group("org.eclipse.jetty") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user