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

7 lines
228 B
Groovy

apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'net.sf.ehcache', name: 'ehcache', version: '1.5.0'] )
testCompile( project(':hibernate-core').sourceSets.test.classes )
}