1
0
mirror of synced 2026-08-04 09:17:02 +00:00

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
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
optional 'org.springframework:spring-webflux'
optional 'org.springframework:spring-webmvc'
provided 'javax.servlet:javax.servlet-api'
provided 'jakarta.servlet:jakarta.servlet-api'
testImplementation project(path: ':spring-security-core', configuration: 'tests')
testImplementation 'commons-codec:commons-codec'