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

7 lines
140 B
Groovy

dependencies {
compile project( ':hibernate-core' )
compile( libraries.ehcache )
testCompile project( ':hibernate-testing' )
}