hibernate-orm/hibernate-proxool/hibernate-proxool.gradle
2010-10-11 14:41:49 -05:00

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 )
}