2010-10-09 13:44:08 -05:00
|
|
|
dependencies {
|
2012-03-09 13:34:02 -06:00
|
|
|
compile project( ':hibernate-core' )
|
2012-08-08 17:09:11 +08:00
|
|
|
compile( libraries.ehcache )
|
2012-03-09 13:34:02 -06:00
|
|
|
|
|
|
|
testCompile project( ':hibernate-testing' )
|
2011-05-31 00:52:01 +08:00
|
|
|
}
|