Exclude spring-data-commons from spring-ldap-core

This commit is contained in:
Rob Winch 2014-08-01 14:04:47 -05:00
parent 4f936c4c51
commit 94a0816153
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ dependencies {
exclude(group: 'org.springframework', module: 'spring-core') exclude(group: 'org.springframework', module: 'spring-core')
exclude(group: 'org.springframework', module: 'spring-tx') exclude(group: 'org.springframework', module: 'spring-tx')
exclude(group: 'org.springframework', module: 'spring-beans') exclude(group: 'org.springframework', module: 'spring-beans')
exclude(group: 'org.springframework.data', module: 'spring-data-commons')
} }
testCompile "org.slf4j:slf4j-api:$slf4jVersion", testCompile "org.slf4j:slf4j-api:$slf4jVersion",

View File

@ -63,6 +63,10 @@
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
</exclusion> </exclusion>
<exclusion>
<artifactId>spring-data-commons</artifactId>
<groupId>org.springframework.data</groupId>
</exclusion>
<exclusion> <exclusion>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>