apply plugin: 'java' dependencies { provided( libraries.validation ) compile project( ':hibernate-core' ) compile "c3p0:c3p0:0.9.1" testCompile( libraries.validator ) { // for test runtime transitive = true } testCompile project( ':hibernate-testing' ) }