mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-21 22:05:48 +00:00
10 lines
336 B
Groovy
10 lines
336 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"
|
|
} |