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" }