Replace Javax Servlet depedendencies with Jakarta Servlet.

Replace Javax Servlet JSP JSTL dependencies with Jakarta Servlet JSP JSTL dependencies and Apache Standard Taglibs.
This commit is contained in:
John Blum
2022-01-11 18:57:14 -08:00
parent cafc9a7ee0
commit 230cb21623
6 changed files with 14 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ repositories {
dependencies {
testCompile project(':spring-session-data-geode')
testCompile "javax.servlet:javax.servlet-api"
testCompile "jakarta.servlet:jakarta.servlet-api"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"