evaluationDependsOn(':common') apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle' dependencies { compile project(':common'), 'googlecode:jsonrpc4j:+', 'reflections:reflections:+', 'cisd:cisd-jhdf5:+', 'lemnik:eodsql:+', 'springframework:spring-jdbc:+', 'truezip:truezip:+' testCompile project(path: ':common', configuration: 'tests'), 'eclipse:jetty-servlet:+' }