diff --git a/build.gradle b/build.gradle index adcee6fb9c..89dc47f699 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ configure(allprojects) { project -> ext.eclipselinkVersion = "2.4.2" ext.ehcacheVersion = "2.10.1" ext.ehcachejcacheVersion = "1.0.1" - ext.ehcache3Version = "3.0.0.m3" + ext.ehcache3Version = "3.0.0.m4" ext.ejbApiVersion = "3.0" ext.fileuploadVersion = "1.3.1" ext.freemarkerVersion = "2.3.23" @@ -1045,6 +1045,7 @@ project("spring-test") { testCompile("org.apache.httpcomponents:httpclient:${httpclientVersion}") testCompile("javax.cache:cache-api:1.0.0") testRuntime("org.ehcache:ehcache:${ehcache3Version}") + testRuntime("org.terracotta:management-model:2.0.0") } task testNG(type: Test) {