2011-04-13 23:33:54 -04:00
|
|
|
apply plugin: 'java'
|
2010-10-09 14:44:08 -04:00
|
|
|
|
|
|
|
dependencies {
|
2012-03-09 14:34:02 -05:00
|
|
|
compile project( ':hibernate-core' )
|
|
|
|
compile "net.sf.ehcache:ehcache-core:2.4.3"
|
|
|
|
|
|
|
|
testCompile project( ':hibernate-testing' )
|
|
|
|
testCompile libraries.h2
|
2011-05-30 12:52:01 -04:00
|
|
|
}
|