Remove exclude from Apache Geode dependencies on 'javax.servlet:javax.servlet-api'.

Resolves gh-49.
This commit is contained in:
John Blum
2020-09-18 01:47:13 -07:00
parent 8c3062c79a
commit 74c4bdbcd9
7 changed files with 0 additions and 11 deletions

View File

@@ -16,7 +16,6 @@ dependencies {
compile "org.springframework.boot:spring-boot-starter"
compile("org.springframework.data:spring-data-geode") {
exclude group: "javax.servlet", module: "javax.servlet-api"
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
@@ -39,7 +38,6 @@ dependencies {
testCompile "org.springframework.boot:spring-boot-starter-data-cassandra"
testCompile("org.springframework.data:spring-data-geode-test") {
exclude group: "javax.servlet", module: "javax.servlet-api"
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}