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 10ebde5725
commit 1e3c65ff9d
16 changed files with 16 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ dependencies {
testCompile 'org.assertj:assertj-core'
testCompile 'com.hazelcast:hazelcast'
testCompile 'io.lettuce:lettuce-core'
testCompile 'javax.servlet:javax.servlet-api'
testCompile 'jakarta.servlet:jakarta.servlet-api'
testCompile 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}