2010-10-09 14:31:54 -04:00
|
|
|
apply plugin: 'java'
|
|
|
|
|
|
|
|
dependencies {
|
2012-03-09 14:34:02 -05:00
|
|
|
compile project( ':hibernate-core' )
|
|
|
|
compile "proxool:proxool:0.8.3"
|
|
|
|
|
|
|
|
testCompile project( ':hibernate-testing' )
|
|
|
|
testRuntime libraries.h2
|
2010-10-09 14:31:54 -04:00
|
|
|
}
|