2010-10-09 14:31:54 -04:00
|
|
|
|
|
|
|
dependencies {
|
2012-03-09 14:34:02 -05:00
|
|
|
compile project( ':hibernate-core' )
|
2012-08-08 05:53:17 -04:00
|
|
|
compile( libraries.proxool )
|
2012-03-09 14:34:02 -05:00
|
|
|
testCompile project( ':hibernate-testing' )
|
2010-10-09 14:31:54 -04:00
|
|
|
}
|