From f1753d07582a32ba8daa9ee8b0846e06cde3097c Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 1 Dec 2021 20:50:44 -0800 Subject: [PATCH] Remove Apache Standard Taglibs from jstlDependencies declaration build extension. --- .../io/spring/gradle/convention/DependencySetPlugin.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = [