2011-04-13 23:33:54 -04:00
|
|
|
apply plugin: 'java'
|
2010-10-09 14:44:08 -04:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile( project( ':hibernate-core' ) )
|
2011-07-14 09:14:35 -04:00
|
|
|
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.4.3', ext: 'jar'] )
|
2011-03-07 17:20:53 -05:00
|
|
|
testCompile( project(':hibernate-testing') )
|
2011-07-18 13:50:18 -04:00
|
|
|
testCompile( libraries.h2 )
|
2011-05-30 12:52:01 -04:00
|
|
|
}
|