2010-10-09 14:31:54 -04:00
|
|
|
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') )
|
2011-01-13 13:34:48 -05:00
|
|
|
testRuntime( libraries.h2 )
|
2010-10-09 14:31:54 -04:00
|
|
|
}
|