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