Skip to content

Commit

Permalink
Merge branch '2.4.x' into 2.5.x
Browse files Browse the repository at this point in the history
Closes gh-28659
  • Loading branch information
wilkinsona committed Nov 12, 2021
2 parents 92fd3b7 + 0889cdd commit ef02db9
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 @@ -357,6 +357,13 @@ bom {
]
}
}
library("Glassfish JSTL", "1.2.6") {
group("org.glassfish.web") {
modules = [
"jakarta.servlet.jsp.jstl"
]
}
}
library("Groovy", "3.0.9") {
group("org.codehaus.groovy") {
imports = [
Expand Down

0 comments on commit ef02db9

Please sign in to comment.