evaluationDependsOn(':common') apply from: 'http://svncisd.ethz.ch/repos/cisd/gradle/trunk/javaproject.gradle' dependencies { compile project(':common'), 'springframework:spring-jdbc:2.5.6.SEC01', 'apache:commons-dbcp:1.3-CISD', 'h2database:h2:1.1.115', 'postgresql:postgresql:9.3-1100.jdbc4' testCompile project(path: ':common', configuration: 'tests'), 'startnet:apgdiff:2.3' }