Add dependency management for Glassfish JSTL
To be used in place of javax.servlet:jstl Closes gh-28657
This commit is contained in:
parent
08aac25c00
commit
0889cdd516
|
@ -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") {
|
library("Groovy", "2.5.15") {
|
||||||
group("org.codehaus.groovy") {
|
group("org.codehaus.groovy") {
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Reference in New Issue