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

10 lines
206 B
Groovy
Raw Normal View History

apply plugin: 'java'
dependencies {
compile project( ':hibernate-core' )
compile "net.sf.ehcache:ehcache-core:2.4.3"
testCompile project( ':hibernate-testing' )
testCompile libraries.h2
}