diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b04bb2ef8ded..c79c802beaa8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -357,6 +357,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 = [