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

8 lines
222 B
Groovy

apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'proxool', name: 'proxool', version: '0.8.3'] )
testCompile( project(':hibernate-core').sourceSets.test.classes )
}