evaluationDependsOn(':commonbase') 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', 'sis:sis-jhdf5:14.12.5', 'lemnik:eodsql:2.2-CISD', 'springframework:spring-jdbc:4.1.4.RELEASE', 'apache:commons-collections4:4.1', 'truezip:truezip:6.8.1' testCompile project(path: ':common', configuration: 'tests'), 'eclipse:jetty-servlet:9.4.4.v20170414' }