1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Upgrade jython and disable cachedir.

This commit is contained in:
Luke Taylor
2010-03-31 19:11:00 +01:00
parent a3ef8255d8
commit a5a95a8ebc
+2 -1
View File
@@ -1,8 +1,9 @@
System.setProperty('python.cachedir.skip', 'true')
dependencies {
compile project(':spring-security-core'),
'aopalliance:aopalliance:1.0',
'jython:jython:2.1',
'org.python:jython:2.5.0',
"org.springframework:spring-aop:$springVersion",
"org.springframework:spring-tx:$springVersion",
"org.springframework:spring-beans:$springVersion"