2010-03-10 03:22:50 +08:00
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
compile project(':spring-security-core'),
|
2014-11-21 06:28:06 +08:00
|
|
|
springCoreDependency,
|
2010-03-10 07:39:07 +08:00
|
|
|
"org.springframework:spring-beans:$springVersion",
|
|
|
|
|
"org.springframework:spring-context:$springVersion"
|
2010-09-08 02:45:37 +08:00
|
|
|
|
2013-06-21 00:40:54 +08:00
|
|
|
testCompile 'aopalliance:aopalliance:1.0',
|
|
|
|
|
"org.springframework:spring-aop:$springVersion"
|
2010-03-10 03:22:50 +08:00
|
|
|
}
|