Skip to content

Commit ef02db9

Browse files
committed
Merge branch '2.4.x' into 2.5.x
Closes gh-28659
2 parents 92fd3b7 + 0889cdd commit ef02db9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,13 @@ bom {
357357
]
358358
}
359359
}
360+
library("Glassfish JSTL", "1.2.6") {
361+
group("org.glassfish.web") {
362+
modules = [
363+
"jakarta.servlet.jsp.jstl"
364+
]
365+
}
366+
}
360367
library("Groovy", "3.0.9") {
361368
group("org.codehaus.groovy") {
362369
imports = [

0 commit comments

Comments
 (0)