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

15 lines
343 B
Groovy
Raw Normal View History

dependencies {
compile project( ':hibernate-core' )
2012-08-08 05:09:11 -04:00
compile( libraries.ehcache )
testCompile( project( path: ':hibernate-core', configuration: 'testing' ) )
}
2013-01-23 18:22:03 -05:00
def pomName() {
return 'Hibernate/Ehcache Integration'
}
def pomDescription() {
return 'Integration for Ehcache into Hibernate as a second-level caching service'
}