Remove the 'javax.cache:cache-api runtime dependency from the starters.

The JSR-107, JCache API is no longer a required runtime dependency for Spring Data for Apache Geode & Pivotal GemFire as of SDG Moore-RC3/2.2.0.RC3 release.

See https://jira.spring.io/browse/DATAGEODE-225 & https://jira.spring.io/browse/SGF-808 for more details.

Resolves gh-45.
This commit is contained in:
John Blum
2019-09-10 22:10:10 -07:00
parent 980ad35a6f
commit 9732d5e7f8
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ dependencies {
exclude group: "org.apache.logging.log4j", module: "log4j-core"
}
runtime 'javax.cache:cache-api'
runtime 'org.springframework.shell:spring-shell'
}

View File

@@ -10,7 +10,6 @@ dependencies {
compile project(':spring-geode')
compile project(':spring-geode-autoconfigure')
runtime 'javax.cache:cache-api'
runtime 'org.springframework.shell:spring-shell'
}