mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Add dependency management for Glassfish JSTL
To be used in place of javax.servlet:jstl Closes gh-28657
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user