Remove unnecessary, provided Apache Geode module dependencies from the spring-session-data-geode module.

Remove the provided org.apache.geode:geode-logging module dependency.

Remove the provided org.apache.geode:geode-serialization module dependency.
This commit is contained in:
John Blum
2022-01-10 15:22:00 -08:00
parent c832baed70
commit a2e605e479

View File

@@ -24,11 +24,6 @@ dependencies {
provided "jakarta.resource:jakarta.resource-api"
provided "jakarta.servlet:jakarta.servlet-api"
// TODO: Remove dependency declarations when all internal Apache Geode API usage is removed; Only required by test,
// and specifically, the GemFireUtilsTests! :P
provided "org.apache.geode:geode-logging:$apacheGeodeVersion"
provided "org.apache.geode:geode-serialization:$apacheGeodeVersion" // Need for Geode Serialization
testCompileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
testImplementation "org.springframework:spring-web"