Upgrade to Spring Data Hopper
See gh-380
This commit is contained in:
@@ -19,8 +19,12 @@ dependencies {
|
||||
exclude group: "junit", module:"junit"
|
||||
}
|
||||
|
||||
testCompile "org.springframework.data:spring-data-commons:$springDataVersion",
|
||||
"org.springframework:spring-test:$spring25Version",
|
||||
testCompile ("org.springframework.data:spring-data-commons:$springDataVersion") {
|
||||
exclude group: "org.springframework", module:"spring-core"
|
||||
exclude group: "org.springframework", module:"spring-beans"
|
||||
}
|
||||
|
||||
testCompile "org.springframework:spring-test:$spring25Version",
|
||||
"org.springframework:spring-context:$spring25Version",
|
||||
"org.springframework:spring-core:$spring25Version",
|
||||
"org.springframework:spring-tx:$spring25Version",
|
||||
|
||||
@@ -28,8 +28,12 @@ dependencies {
|
||||
compile project(":spring-ldap-test"),
|
||||
project(":spring-ldap-core-tiger")
|
||||
|
||||
compile "com.mysema.querydsl:querydsl-apt:$queryDslVersion",
|
||||
"org.springframework.data:spring-data-commons:$springDataSpring3Version"
|
||||
compile "com.querydsl:querydsl-apt:$queryDslVersion",
|
||||
|
||||
compile("org.springframework.data:spring-data-commons:$springDataVersion") {
|
||||
exclude group: "org.springframework", module: "spring-beans"
|
||||
exclude group: "org.springframework", module: "spring-core"
|
||||
}
|
||||
|
||||
compile("org.springframework.security:spring-security-core:$springSecurityVersion") {
|
||||
exclude group: "org.springframework", module: "spring-expression"
|
||||
|
||||
Reference in New Issue
Block a user