You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
714 B
17 lines
714 B
System.setProperty('python.cachedir.skip', 'true') |
|
|
|
dependencies { |
|
compile project(':spring-security-core'), |
|
'aopalliance:aopalliance:1.0', |
|
'org.python:jython:2.5.0', |
|
"org.springframework:spring-context:$springVersion", |
|
"org.springframework:spring-aop:$springVersion", |
|
"org.springframework:spring-tx:$springVersion", |
|
"org.springframework:spring-beans:$springVersion" |
|
|
|
testCompile project(':spring-security-web'), |
|
"org.apache.tomcat:tomcat-servlet-api:$servletApiVersion", |
|
"org.springframework:spring-web:$springVersion" |
|
testRuntime project(':spring-security-config') |
|
|
|
}
|
|
|