apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle' dependencies { compile 'springframework:spring-webmvc:2.5.6.SEC01-CISD', 'springframework:spring-aop:2.5.6.SEC01', 'javax:servlet-api:3.0', 'cisd:cisd-args4j:9.11.2', 'python:jython:2.5.2', 'apache:log4j:1.2.15', 'javax:activation:1.1.1', 'javax:mail:1.4.3', 'apache:commons-httpclient:3.1', 'apache:poi:3.8-20120326', 'twmacinta:fast-md5:2.6.1', 'google:gwt-servlet:2.4', 'jmock:jmock:2.5.1', 'testng:testng:6.8-CISD', 'marathon:marathon-spring-util:1.2.3', 'lemnik:eodsql:2.2-CISD', 'unimi:fastutil:5.1.5', 'cisd:cisd-base:r27861', 'rinn:restrictions:1.0.1', 'apache:commons-compress:1.8' testCompile 'fjelmer:classycle:1.4', 'hamcrest:hamcrest-integration:1.1', 'hamcrest:hamcrest-library:1.1' } testJar { from "source/java/genericCommonContext.xml" }