Add test runtime dependency on the JCache API 1.0.0.

This commit is contained in:
John Blum
2018-05-22 17:11:34 -07:00
parent 1363ab80d0
commit 1d9250a9ba
3 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ dependencies {
testCompile slf4jDependencies
testRuntime "javax.cache:cache-api"
// integrationTestRuntime "org.springframework.shell:spring-shell"
}

View File

@@ -1,6 +1,7 @@
antlrVersion=2.7.7
apacheGeodeVersion=1.2.1
assertjVersion=3.9.1
cacheApiVersion=1.0.0
hamcrestVersion=1.3
junitVersion=4.12
logbackVersion=1.2.3

View File

@@ -4,6 +4,7 @@ dependencyManagement {
mavenBom "org.springframework.data:spring-data-releasetrain:$springDataReleaseTrainVersion"
}
dependencies {
dependency "javax.cache:cache-api:$cacheApiVersion"
dependency "antlr:antlr:$antlrVersion"
dependency "ch.qos.logback:logback-classic:$logbackVersion"
dependency "ch.qos.logback:logback-core:$logbackVersion"