2010-03-31 14:11:00 -04:00
|
|
|
System.setProperty('python.cachedir.skip', 'true')
|
2010-03-11 20:40:27 -05:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core'),
|
|
|
|
'aopalliance:aopalliance:1.0',
|
2010-03-31 14:11:00 -04:00
|
|
|
'org.python:jython:2.5.0',
|
2010-08-09 11:54:32 -04:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
2010-03-11 20:40:27 -05:00
|
|
|
"org.springframework:spring-aop:$springVersion",
|
|
|
|
"org.springframework:spring-tx:$springVersion",
|
|
|
|
"org.springframework:spring-beans:$springVersion"
|
|
|
|
|
|
|
|
testCompile project(':spring-security-web'),
|
2012-11-28 18:56:03 -05:00
|
|
|
"org.apache.tomcat:tomcat-servlet-api:$servletApiVersion",
|
2010-03-11 20:40:27 -05:00
|
|
|
"org.springframework:spring-web:$springVersion"
|
2013-07-16 16:15:42 -04:00
|
|
|
testRuntime project(':spring-security-config'),
|
|
|
|
"org.aspectj:aspectjweaver:$aspectjVersion"
|
|
|
|
}
|