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

8 lines
221 B
Groovy

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