LDAP-311: Add spring-data-commons to samples and test projects
This commit is contained in:
@@ -4,7 +4,8 @@ dependencies {
|
||||
compile project(':spring-ldap-test'),
|
||||
'javax.servlet:jstl:1.2',
|
||||
"org.springframework:spring-context:$springVersion",
|
||||
"org.springframework:spring-webmvc:$springVersion"
|
||||
"org.springframework:spring-webmvc:$springVersion",
|
||||
"org.springframework.data:spring-data-commons:$springDataVersion"
|
||||
|
||||
provided "javax.servlet:servlet-api:2.5"
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@ dependencies {
|
||||
compile project(':spring-ldap-test'),
|
||||
'javax.servlet:jstl:1.2',
|
||||
"org.springframework:spring-context:$springVersion",
|
||||
"org.springframework:spring-webmvc:$springVersion"
|
||||
"org.springframework:spring-webmvc:$springVersion",
|
||||
"org.springframework.data:spring-data-commons:$springDataVersion"
|
||||
|
||||
provided "javax.servlet:servlet-api:2.5"
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@ dependencies {
|
||||
'javax.servlet:jstl:1.2',
|
||||
"org.springframework:spring-context:$springVersion",
|
||||
"org.springframework:spring-webmvc:$springVersion",
|
||||
"org.springframework.data:spring-data-commons:$springDataVersion",
|
||||
"com.fasterxml.jackson.core:jackson-databind:2.2.3",
|
||||
"com.google.guava:guava:15.0"
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@ dependencies {
|
||||
exclude group: "junit", module:"junit"
|
||||
}
|
||||
|
||||
testCompile "org.springframework:spring-test:$spring25Version",
|
||||
testCompile "org.springframework.data:spring-data-commons:$springDataVersion",
|
||||
"org.springframework:spring-test:$spring25Version",
|
||||
"org.springframework:spring-context:$spring25Version",
|
||||
"org.springframework:spring-core:$spring25Version",
|
||||
"org.springframework:spring-tx:$spring25Version",
|
||||
|
||||
@@ -25,4 +25,8 @@ dependencies {
|
||||
"org.springframework:spring-beans:$spring30Version",
|
||||
"junit:junit:$junitVersion",
|
||||
"org.slf4j:slf4j-log4j12:$slf4jVersion"
|
||||
|
||||
testCompile("org.springframework.data:spring-data-commons:$springDataVersion") {
|
||||
exclude group: "org.springframework"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,7 +28,8 @@ dependencies {
|
||||
compile project(":spring-ldap-test"),
|
||||
project(":spring-ldap-core-tiger")
|
||||
|
||||
compile "com.mysema.querydsl:querydsl-apt:$queryDslVersion"
|
||||
compile "com.mysema.querydsl:querydsl-apt:$queryDslVersion",
|
||||
"org.springframework.data:spring-data-commons:$springDataVersion"
|
||||
|
||||
compile("org.springframework.security:spring-security-core:$springSecurityVersion") {
|
||||
exclude group: "org.springframework", module: "spring-expression"
|
||||
|
||||
Reference in New Issue
Block a user