Add jakarta.servlet.jsp.jstl-api to non Spring Boot samples

Closes gh-2216
This commit is contained in:
Marcus Da Coregio
2022-12-01 09:07:19 -03:00
parent df3f9a386e
commit 8f9c69ea02
8 changed files with 11 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ dependencies {
providedCompile "jakarta.servlet:jakarta.servlet-api"
providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl"
providedCompile "jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api"
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"