evaluationDependsOn(':commonbase') apply from: '../gradle/javaproject.gradle' dependencies { compile project(':commonbase'), 'springframework:spring-webmvc:+', 'springframework:spring-aop:+', 'javax:servlet-api:+', 'cisd:cisd-args4j:+', 'python:jython:+', 'python:jython27:+', 'apache:log4j:+', 'javax:activation:+', 'javax:mail:+', 'apache:poi:+', 'twmacinta:fast-md5:+', 'google:gwt-servlet:+', 'testng:testng:+', 'marathon:marathon-spring-util:+', 'lemnik:eodsql:+', 'unimi:fastutil:5.1.5', 'sis:sis-base:+', 'rinn:restrictions:+', 'apache:commons-compress:+', 'apache:httpclient:+', 'eclipse:jetty-client:+', 'apache:commons-csv:+' // our jmock version uses hamcrest 1.1 but we use 1.3 compile('jmock:jmock:+') { exclude group: 'hamcrest', module: 'hamcrest-core' } testCompile project(path: ':commonbase', configuration: 'tests'), '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" }