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 @@ --> +