Skip to content

Commit 0889cdd

Browse files
committed
Add dependency management for Glassfish JSTL
To be used in place of javax.servlet:jstl Closes gh-28657
1 parent 08aac25 commit 0889cdd

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
@@ -352,6 +352,13 @@ bom {
352352
]
353353
}
354354
}
355+
library("Glassfish JSTL", "1.2.6") {
356+
group("org.glassfish.web") {
357+
modules = [
358+
"jakarta.servlet.jsp.jstl"
359+
]
360+
}
361+
}
355362
library("Groovy", "2.5.15") {
356363
group("org.codehaus.groovy") {
357364
imports = [

0 commit comments

Comments
 (0)