hibernate-orm/hibernate-ehcache/hibernate-ehcache.gradle
2013-11-26 13:53:18 -06:00

15 lines
343 B
Groovy

dependencies {
compile project( ':hibernate-core' )
compile( libraries.ehcache )
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
}
def pomName() {
return 'Hibernate/Ehcache Integration'
}
def pomDescription() {
return 'Integration for Ehcache into Hibernate as a second-level caching service'
}