Skip to content

Commit 3ba8184

Browse files
committed
Merge branch '2.5.x'
Closes gh-28660
2 parents c80283b + ef02db9 commit 3ba8184

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
@@ -363,6 +363,13 @@ bom {
363363
]
364364
}
365365
}
366+
library("Glassfish JSTL", "1.2.6") {
367+
group("org.glassfish.web") {
368+
modules = [
369+
"jakarta.servlet.jsp.jstl"
370+
]
371+
}
372+
}
366373
library("Groovy", "3.0.9") {
367374
group("org.codehaus.groovy") {
368375
imports = [

0 commit comments

Comments
 (0)