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
|
|
|
|
2013-06-20 11:40:54 -05:00
|
|
|
testCompile 'aopalliance:aopalliance:1.0',
|
|
|
|
|
"org.springframework:spring-aop:$springVersion"
|
2010-03-09 19:22:50 +00:00
|
|
|
}
|