3 changed files with 18 additions and 1 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
|
||||
dependencies { |
||||
compile project(':spring-security-core'), |
||||
'aopalliance:aopalliance:1.0', |
||||
'jython:jython:2.1', |
||||
"org.springframework:spring-aop:$springVersion", |
||||
"org.springframework:spring-tx:$springVersion", |
||||
"org.springframework:spring-beans:$springVersion" |
||||
|
||||
testCompile project(':spring-security-web'), |
||||
'javax.servlet:servlet-api:2.5', |
||||
"org.springframework:spring-web:$springVersion" |
||||
testRuntime project(':spring-security-config') |
||||
|
||||
} |
||||
Loading…
Reference in new issue