Update to jakarta.servlet-api dependency

Closes gh-1960
This commit is contained in:
Eleftheria Stein
2022-01-14 16:21:35 +01:00
parent 8f20fa328a
commit a0246a61b6
19 changed files with 19 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ dependencies {
api "org.springframework:spring-context"
api "jakarta.annotation:jakarta.annotation-api"
testImplementation "javax.servlet:javax.servlet-api"
testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test"

View File

@@ -13,7 +13,7 @@ dependencies {
hazelcast4(project(path: ":hazelcast4", configuration: 'classesOnlyElements'))
compileOnly(project(":hazelcast4"))
testImplementation "javax.servlet:javax.servlet-api"
testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation "org.assertj:assertj-core"
testImplementation "org.mockito:mockito-core"
testImplementation "org.springframework:spring-test"