Add 'javax.cache:cache-api' as a runtime dependency to the starters.

This commit is contained in:
John Blum
2019-04-29 20:08:32 -07:00
parent f0e8b7964c
commit e2031ef892
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ dependencies {
compile "org.springframework.data:spring-data-gemfire"
runtime 'javax.cache:cache-api'
runtime 'org.springframework.shell:spring-shell'
}

View File

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