Upgrade to JCache 1.1 (and Caffeine 2.6.1)
Issue: SPR-13574
This commit is contained in:
parent
d2616b7996
commit
dd4f915234
|
|
@ -96,7 +96,7 @@ dependencies {
|
|||
optional(project(":spring-context-support")) // for JavaMail and JSR-107 support
|
||||
optional(project(":spring-orm")) // for JPA exception translation support
|
||||
optional(project(":spring-tx")) // for JPA, @Transactional support
|
||||
optional("javax.cache:cache-api:1.0.0") // for JCache aspect
|
||||
optional("javax.cache:cache-api:1.1.0") // for JCache aspect
|
||||
optional("javax.transaction:javax.transaction-api:1.2") // for @javax.transaction.Transactional support
|
||||
testCompile(project(":spring-core")) // for CodeStyleAspect
|
||||
testCompile(project(":spring-test"))
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ dependencies {
|
|||
optional(project(":spring-tx")) // for Quartz support
|
||||
optional("javax.activation:activation:1.1.1")
|
||||
optional("javax.mail:javax.mail-api:1.6.0")
|
||||
optional("javax.cache:cache-api:1.0.0")
|
||||
optional("com.github.ben-manes.caffeine:caffeine:2.6.0")
|
||||
optional("javax.cache:cache-api:1.1.0")
|
||||
optional("com.github.ben-manes.caffeine:caffeine:2.6.1")
|
||||
optional("net.sf.ehcache:ehcache:2.10.4")
|
||||
optional("org.quartz-scheduler:quartz:2.3.0")
|
||||
optional("org.codehaus.fabric3.api:commonj:1.1.0")
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ dependencies {
|
|||
optional("io.projectreactor:reactor-test")
|
||||
testCompile(project(":spring-context-support"))
|
||||
testCompile(project(":spring-oxm"))
|
||||
testCompile("javax.cache:cache-api:1.0.0")
|
||||
testCompile("javax.cache:cache-api:1.1.0")
|
||||
testCompile("javax.ejb:javax.ejb-api:3.2")
|
||||
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
|
||||
testCompile("javax.mail:javax.mail-api:1.6.0")
|
||||
|
|
|
|||
Loading…
Reference in New Issue