apply from: '../gradle/javaproject.gradle' dependencies { compile 'springframework:spring-webmvc:4.1.4.RELEASE', 'springframework:spring-aop:4.1.4.RELEASE', 'javax:servlet-api:3.1.0', 'cisd:cisd-args4j:9.11.2', 'python:jython:2.5.2', 'python:jython27:2.7.0', 'apache:log4j:1.2.15', 'javax:activation:1.1.1', 'javax:mail:1.4.3', '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.5', 'lemnik:eodsql:2.2-CISD', 'unimi:fastutil:5.1.5', 'cisd:cisd-base:r31435', 'rinn:restrictions:1.0.2', 'apache:commons-compress:1.8', 'apache:httpclient:4.3.6', 'eclipse:jetty-client:9.2.10.v20150310' testCompile 'fjelmer:classycle:1.4.2', 'hamcrest:hamcrest-integration:1.3', 'hamcrest:hamcrest-library:1.3' } testJar { from "source/java/genericCommonContext.xml" }