From 0cfcbeb40e075da9baa6bb85c15ceceacb5695c4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2016 13:58:24 +0200 Subject: [PATCH] Add dependency management for Ehcache 3 Closes gh-5725 --- spring-boot-dependencies/pom.xml | 6 ++++++ spring-boot-samples/spring-boot-sample-cache/pom.xml | 6 ++++++ .../src/main/resources/ehcache3.xml | 12 ++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index e4bf7284c32..d4775b69c50 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -69,6 +69,7 @@ 1.6.1 3.1.2 2.10.1 + 3.0.0 1.50.2 3.2.1 2.3.23 @@ -1564,6 +1565,11 @@ websocket-server ${jetty.version} + + org.ehcache + ehcache + ${ehcache3.version} + org.elasticsearch elasticsearch diff --git a/spring-boot-samples/spring-boot-sample-cache/pom.xml b/spring-boot-samples/spring-boot-sample-cache/pom.xml index 631787da88c..a2dd9a0177f 100644 --- a/spring-boot-samples/spring-boot-sample-cache/pom.xml +++ b/spring-boot-samples/spring-boot-sample-cache/pom.xml @@ -49,6 +49,12 @@ --> +