evaluationDependsOn(':common') evaluationDependsOn(':dbmigration') apply from: '../gradle/javaproject.gradle' dependencies { compile project(':common'), project(':dbmigration'), 'googlecode:jsonrpc4j:0.24-CISD', 'reflections:reflections:0.9.5', 'cisd:cisd-jhdf5:13.06.2', 'lemnik:eodsql:2.2-CISD', 'springframework:spring-jdbc:2.5.6.SEC03', 'truezip:truezip:6.8.1' testCompile project(path: ':common', configuration: 'tests'), 'eclipse:jetty-servlet:8.1.8.v20121106' }