Add dependency management for Glassfish JSTL

To be used in place of javax.servlet:jstl

Closes gh-28657
This commit is contained in:
Andy Wilkinson 2021-11-12 20:00:14 +00:00
parent 08aac25c00
commit 0889cdd516

View File

@ -352,6 +352,13 @@ bom {
]
}
}
library("Glassfish JSTL", "1.2.6") {
group("org.glassfish.web") {
modules = [
"jakarta.servlet.jsp.jstl"
]
}
}
library("Groovy", "2.5.15") {
group("org.codehaus.groovy") {
imports = [