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:
@@ -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'
|
||||
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user