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

9 lines
233 B
Groovy
Raw Normal View History

apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'proxool', name: 'proxool', version: '0.8.3'] )
2011-03-07 17:20:53 -05:00
testCompile( project(':hibernate-testing') )
testRuntime( libraries.h2 )
}