Skip to content

Commit

Permalink
Add dependency management for Glassfish JSTL
Browse files Browse the repository at this point in the history
To be used in place of javax.servlet:jstl

Closes gh-28657
  • Loading branch information
wilkinsona committed Nov 12, 2021
1 parent 08aac25 commit 0889cdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -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 = [
Expand Down

0 comments on commit 0889cdd

Please sign in to comment.