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