Add 'jakarta.servlet:jakarta.servlet-api' testCompile dependency to resolve the Javax Servlet API in HTTP-based, Servlet Webapp Integration Tests.

This commit is contained in:
John Blum
2020-01-22 13:48:35 -08:00
parent 97bff7713f
commit ca0ee8ff31

View File

@@ -18,10 +18,9 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
//provided "javax.servlet:javax.servlet-api"
testCompile project(":apache-geode-extensions")
testCompile "jakarta.servlet:jakarta.servlet-api"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"