2011-01-18 00:49:48 -05:00
|
|
|
apply plugin: 'java'
|
2010-10-09 14:44:08 -04:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile( project( ':hibernate-core' ) )
|
2010-12-21 00:24:50 -05:00
|
|
|
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.3.1'] )
|
2011-03-07 17:20:53 -05:00
|
|
|
testCompile( project(':hibernate-testing') )
|
2010-12-21 00:24:50 -05:00
|
|
|
}
|