Remove Apache Standard Taglibs from jstlDependencies declaration build extension.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user