evaluationDependsOn(':commonbase') apply from: '../gradle/javaproject.gradle' dependencies { compile project(':commonbase'), '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', 'sis:sis-base:14.12.0', 'rinn:restrictions:1.0.2', 'apache:commons-compress:1.8', 'apache:httpclient:4.3.6', 'eclipse:jetty-client:9.4.4.v20170414', 'apache:commons-csv:1.2' testCompile project(path: ':commonbase', configuration: 'tests'), 'fjelmer:classycle:1.4.2', 'hamcrest:hamcrest-integration:1.3', 'hamcrest:hamcrest-library:1.3' } test { systemProperty "openbis.proxyHost", System.getProperty("openbis.proxyHost") systemProperty "openbis.proxyPort", System.getProperty("openbis.proxyPort") } testJar { from "source/java/genericCommonContext.xml" }