|
|
|
@ -1,8 +1,6 @@ |
|
|
|
apply plugin: 'groovy' |
|
|
|
apply plugin: 'groovy' |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
groovy 'org.codehaus.groovy:groovy:1.8.7' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compile project(':spring-security-core'), |
|
|
|
compile project(':spring-security-core'), |
|
|
|
'aopalliance:aopalliance:1.0', |
|
|
|
'aopalliance:aopalliance:1.0', |
|
|
|
"org.springframework:spring-aop:$springVersion", |
|
|
|
"org.springframework:spring-aop:$springVersion", |
|
|
|
@ -18,8 +16,9 @@ dependencies { |
|
|
|
testCompile project(':spring-security-core').sourceSets.test.output, |
|
|
|
testCompile project(':spring-security-core').sourceSets.test.output, |
|
|
|
'commons-codec:commons-codec:1.3', |
|
|
|
'commons-codec:commons-codec:1.3', |
|
|
|
"org.slf4j:jcl-over-slf4j:$slf4jVersion", |
|
|
|
"org.slf4j:jcl-over-slf4j:$slf4jVersion", |
|
|
|
'org.spockframework:spock-core:0.6-groovy-1.8', |
|
|
|
"org.spockframework:spock-core:$spockVersion", |
|
|
|
"org.springframework:spring-test:$springVersion", |
|
|
|
"org.springframework:spring-test:$springVersion", |
|
|
|
|
|
|
|
"org.codehaus.groovy:groovy:$groovyVersion", |
|
|
|
powerMockDependencies |
|
|
|
powerMockDependencies |
|
|
|
|
|
|
|
|
|
|
|
testRuntime "hsqldb:hsqldb:$hsqlVersion" |
|
|
|
testRuntime "hsqldb:hsqldb:$hsqlVersion" |
|
|
|
|