apply from: '../gradle/javaproject.gradle' dependencies { compile project(':common'), 'springframework:spring-webmvc:+', 'springframework:spring-aop:+', 'javax:servlet-api:+', 'cisd:cisd-args4j:+', 'python:jython:+', 'python:jython27:+', 'javax:activation:+', 'apache:poi:+', 'twmacinta:fast-md5:+', 'google:gwt-servlet:+', 'jmock:jmock:+', 'testng:testng:+', 'marathon:marathon-spring-util:+', 'lemnik:eodsql:+', 'unimi:fastutil:5.1.5', 'apache:commons-compress:+', 'apache:httpclient:+', 'eclipse:jetty-client:+', 'apache:commons-csv:+' testCompile 'fjelmer:classycle:+', 'hamcrest:hamcrest-integration:+', 'hamcrest:hamcrest-library:+' } test { systemProperty "openbis.proxyHost", System.getProperty("openbis.proxyHost") systemProperty "openbis.proxyPort", System.getProperty("openbis.proxyPort") } testJar { from "source/java/genericCommonContext.xml" }