diff --git a/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy b/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy index b0544c9..e757763 100644 --- a/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy +++ b/buildSrc/src/main/groovy/io/spring/gradle/convention/DependencySetPlugin.groovy @@ -37,8 +37,7 @@ class DependencySetPlugin implements Plugin { void apply(Project project) { project.ext.jstlDependencies = [ - "jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api", - "org.apache.taglibs:taglibs-standard-jstlel" + "jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api" ] project.ext.seleniumDependencies = [