apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle' dependencies { compile 'springframework:spring-webmvc:+', 'springframework:spring-aop:+', 'javax:servlet-api:+', 'cisd:cisd-args4j:+', 'python:jython:+', 'apache:log4j:+', 'javax:activation:+', 'javax:mail:+', 'apache:commons-httpclient:+', 'apache:poi:+', 'twmacinta:fast-md5:+', 'google:gwt-servlet:+', 'jmock:jmock:+', 'testng:testng:+', 'marathon:marathon-spring-util:+', 'cisd:cisd-base:+', 'rinn:restrictions:+' testCompile 'fjelmer:classycle:+', 'hamcrest:hamcrest-integration:+', 'hamcrest:hamcrest-library:+' } testJar { from "source/java/genericCommonContext.xml" }