From df9200d432a01aac50833602a676a349c9054f6e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 7 Aug 2014 14:19:23 +0200 Subject: [PATCH] Add JCache API dependency management The dependency is currently declared in Spring IO Platform from where it can be removed once it's using a version of Boot that contains this change. To make the migration of the dependency management from the Platform to Boot seamless, the dependency is versioned using a property with the same name as is currently used by the Platform: javax-cache.version Closes #1347 --- spring-boot-dependencies/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 38f97f3bf1..ff378c91c4 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -75,6 +75,7 @@ 2.3.3 2.6.1 3.18.1-GA + 1.0.0 2.4.2 8.1.15.v20140411 2.2.0.v201112011158 @@ -459,6 +460,11 @@ commons-pool ${commons-pool.version} + + javax.cache + cache-api + ${javax-cache.version} + javax.jms jms-api