Replace all 'javax.servlet:javax.servlet-api' dependency declarations in all Gradle module build files with 'jakarta.servlet:jakarta.servlet-api'.

This commit is contained in:
John Blum
2021-11-16 21:26:13 -08:00
parent 18900c5f09
commit d70b8d9ed3
6 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ dependencies {
optional "org.springframework.security:spring-security-core"
optional "org.springframework.security:spring-security-web"
provided "javax.servlet:javax.servlet-api"
provided "jakarta.servlet:jakarta.servlet-api"
// TODO: Remove dependency declarations when all internal Apache Geode API usage is removed; Only required by test,
// and specifically, the GemFireUtilsTests! :P