javax.servlet:javax.servlet-api -> jakarta.servlet:jakarta.servlet-api

Issue gh-10501
This commit is contained in:
Rob Winch
2022-01-18 17:01:23 -06:00
parent 4b590ce31f
commit c67ee6f2a8
14 changed files with 15 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ dependencies {
optional 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
optional 'javax.annotation:jsr250-api'
provided 'javax.servlet:javax.servlet-api'
provided 'jakarta.servlet:jakarta.servlet-api'
testImplementation project(':spring-security-aspects')
testImplementation project(':spring-security-cas')