15 lines
314 B
Groovy
15 lines
314 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'
|
|
}
|