apply plugin: 'java'
dependencies {
compile project( ':hibernate-core' )
compile "c3p0:c3p0:0.9.1"
testCompile project( ':hibernate-testing' )
}