hibernate-orm/hibernate-proxool/hibernate-proxool.gradle

10 lines
194 B
Groovy

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