mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-22 14:24:48 +00:00
10 lines
291 B
Groovy
10 lines
291 B
Groovy
|
|
dependencies {
|
|
compile project(':spring-security-core'),
|
|
springCoreDependency,
|
|
"org.springframework:spring-beans:$springVersion",
|
|
"org.springframework:spring-context:$springVersion"
|
|
|
|
testCompile 'aopalliance:aopalliance:1.0',
|
|
"org.springframework:spring-aop:$springVersion"
|
|
} |