2010-03-10 03:22:50 +08:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core'),
|
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
|
|
|
|
|
|
|
testCompile 'aopalliance:aopalliance:1.0'
|
2010-03-10 03:22:50 +08:00
|
|
|
}
|