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