Skip to content

Commit

Permalink
Merge branch '2.5.x'
Browse files Browse the repository at this point in the history
Closes gh-28660
  • Loading branch information
wilkinsona committed Nov 12, 2021
2 parents c80283b + ef02db9 commit 3ba8184
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 @@ -363,6 +363,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 3ba8184

Please sign in to comment.