From 94a08161538929b9b4ffc1f30d3ab5c17ef45504 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 1 Aug 2014 14:04:47 -0500 Subject: [PATCH] Exclude spring-data-commons from spring-ldap-core --- ldap/ldap.gradle | 1 + ldap/pom.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ldap/ldap.gradle b/ldap/ldap.gradle index bb159e73ac..eb6fda883a 100644 --- a/ldap/ldap.gradle +++ b/ldap/ldap.gradle @@ -19,6 +19,7 @@ dependencies { exclude(group: 'org.springframework', module: 'spring-core') exclude(group: 'org.springframework', module: 'spring-tx') exclude(group: 'org.springframework', module: 'spring-beans') + exclude(group: 'org.springframework.data', module: 'spring-data-commons') } testCompile "org.slf4j:slf4j-api:$slf4jVersion", diff --git a/ldap/pom.xml b/ldap/pom.xml index 87ef3c3ed6..d3d4966a29 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -63,6 +63,10 @@ spring-core org.springframework + + spring-data-commons + org.springframework.data + commons-logging commons-logging