From f87ac43a67151bca126bac25fd413fa27202229f Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 24 Jun 2013 13:13:53 +0200 Subject: [PATCH] DATARES-93 - Forcing Spring Data Commons dependency to use snapshots. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 8213c9d21..a139efb0b 100644 --- a/build.gradle +++ b/build.gradle @@ -140,6 +140,7 @@ project("spring-data-rest-core") { // Spring Data Commons providedCompile("org.springframework.data:spring-data-commons:$sdCommonsVersion") { + force = true exclude module: "slf4j-api" exclude module: "jcl-over-slf4j" }