Add 'javax.cache:cache-api' as a runtime dependency to the starters.
This commit is contained in:
@@ -18,6 +18,8 @@ dependencies {
|
||||
|
||||
compile "org.springframework.data:spring-data-gemfire"
|
||||
|
||||
runtime 'javax.cache:cache-api'
|
||||
|
||||
runtime 'org.springframework.shell:spring-shell'
|
||||
|
||||
}
|
||||
|
||||
@@ -12,6 +12,8 @@ dependencies {
|
||||
|
||||
compile(project(':spring-geode-autoconfigure'))
|
||||
|
||||
runtime 'javax.cache:cache-api'
|
||||
|
||||
runtime 'org.springframework.shell:spring-shell'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user