1
0
mirror of synced 2026-08-05 17:57:15 +00:00
Files
spring-security/aspects/aspects.gradle
T

8 lines
237 B
Groovy
Raw Permalink Normal View History

2010-03-09 19:22:50 +00:00
dependencies {
compile project(':spring-security-core'),
"org.springframework:spring-beans:$springVersion",
"org.springframework:spring-context:$springVersion"
testCompile 'aopalliance:aopalliance:1.0'
2010-03-09 19:22:50 +00:00
}