2010-04-01 02:11:00 +08:00
|
|
|
System.setProperty('python.cachedir.skip', 'true')
|
2010-03-12 09:40:27 +08:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core'),
|
|
|
|
'aopalliance:aopalliance:1.0',
|
2010-04-01 02:11:00 +08:00
|
|
|
'org.python:jython:2.5.0',
|
2010-08-09 23:54:32 +08:00
|
|
|
"org.springframework:spring-context:$springVersion",
|
2010-03-12 09:40:27 +08:00
|
|
|
"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')
|
|
|
|
|
2011-02-14 22:57:30 +08:00
|
|
|
}
|