hibernate-orm/hibernate-ehcache/hibernate-ehcache.gradle

9 lines
257 B
Groovy

apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.4.3', ext: 'jar'] )
testCompile( project(':hibernate-testing') )
testCompile( libraries.h2 )
}