Remove Apache Standard Taglibs from jstlDependencies declaration build extension.

This commit is contained in:
John Blum
2021-12-01 20:50:44 -08:00
parent 523bfccee6
commit f1753d0758

View File

@@ -37,8 +37,7 @@ class DependencySetPlugin implements Plugin<Project> {
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 = [