Browse Source

Merge branch '2.5.x'

Closes gh-28660
pull/28671/head
Andy Wilkinson 4 years ago
parent
commit
3ba8184cb1
  1. 7
      spring-boot-project/spring-boot-dependencies/build.gradle

7
spring-boot-project/spring-boot-dependencies/build.gradle

@ -363,6 +363,13 @@ bom { @@ -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 = [

Loading…
Cancel
Save