From 989109bfa8ac2e732e4d11c560362f40128f795c Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 6 Oct 2014 08:56:59 -0500 Subject: [PATCH] Upgrade ehacache to publicly visible artifact w/ version 2.8.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1eef8598..217c1051 100644 --- a/build.gradle +++ b/build.gradle @@ -233,7 +233,7 @@ project('spring-ws-security') { // Spring Security compile("org.springframework.security:spring-security-core:3.2.4.RELEASE") - optional("net.sf.ehcache:ehcache-core:2.6.9") + optional("net.sf.ehcache:ehcache:2.8.4") // WS-Security optional("com.sun.xml.wss:xws-security:3.0") {