Added spring-expression to config module testCompile to fix build.
This commit is contained in:
parent
27caecd53f
commit
e8a1a6e40b
|
@ -23,13 +23,14 @@ dependencies {
|
|||
|
||||
provided "javax.servlet:servlet-api:2.5"
|
||||
|
||||
groovy group: 'org.codehaus.groovy', name: 'groovy', version: '1.7.7'
|
||||
groovy group: 'org.codehaus.groovy', name: 'groovy', version: '1.7.10'
|
||||
|
||||
testCompile project(':spring-security-ldap'),
|
||||
project(':spring-security-openid'),
|
||||
project(':spring-security-core').sourceSets.test.classes,
|
||||
'javax.annotation:jsr250-api:1.0',
|
||||
"org.springframework.ldap:spring-ldap-core:$springLdapVersion",
|
||||
"org.springframework:spring-expression:$springVersion",
|
||||
"org.springframework:spring-jdbc:$springVersion",
|
||||
"org.springframework:spring-tx:$springVersion",
|
||||
'org.spockframework:spock-core:0.5-groovy-1.7',
|
||||
|
|
|
@ -29,7 +29,7 @@ eclipseClasspath {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
groovy 'org.codehaus.groovy:groovy:1.7.7'
|
||||
groovy 'org.codehaus.groovy:groovy:1.7.10'
|
||||
|
||||
providedCompile 'javax.servlet:servlet-api:2.5@jar'
|
||||
|
||||
|
|
Loading…
Reference in New Issue