apply plugin: 'java'
dependencies {
compile project( ':hibernate-core' )
compile "proxool:proxool:0.8.3"
testCompile project( ':hibernate-testing' )
testRuntime libraries.h2
}