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'),
|
2012-11-29 07:56:03 +08:00
|
|
|
"org.apache.tomcat:tomcat-servlet-api:$servletApiVersion",
|
2010-03-12 09:40:27 +08:00
|
|
|
"org.springframework:spring-web:$springVersion"
|
2013-07-17 04:15:42 +08:00
|
|
|
testRuntime project(':spring-security-config'),
|
|
|
|
"org.aspectj:aspectjweaver:$aspectjVersion"
|
|
|
|
}
|