From 35cc2760409ae06746f42f6b607c2b8b91822476 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Thu, 21 Jun 2012 14:40:18 +0300 Subject: [PATCH] make use of repo.springsource.org --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index f0ab280eb..b561df415 100644 --- a/build.gradle +++ b/build.gradle @@ -29,6 +29,11 @@ buildscript { } } +repositories { + mavenRepo name: "springsource", urls: "http://repo.springsource.org/libs-snapshot" +} + + allprojects { group = 'org.springframework.data.redis' version = "$springDataRedisVersion"