2010-03-09 14:22:50 -05:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core'),
|
2010-03-09 18:39:07 -05:00
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
"org.springframework:spring-context:$springVersion"
|
2010-09-07 14:45:37 -04:00
|
|
|
|
|
|
|
testCompile 'aopalliance:aopalliance:1.0'
|
2010-03-09 14:22:50 -05:00
|
|
|
}
|