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