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

20 lines
409 B
Groovy

dependencies {
compile project( ':hibernate-core' )
compile( libraries.ehcache )
testCompile project( ':hibernate-testing' )
}
def pomName() {
return 'Hibernate/Ehcache Integration'
}
def pomDescription() {
return 'Integration for Ehcache into Hibernate as a second-level caching service'
}
jar {
manifest {
instruction 'Bundle-Description', 'Hibernate ORM EHCache'
}
}