hibernate-orm/hibernate-jcache/hibernate-jcache.gradle

18 lines
422 B
Groovy

dependencies {
compile project( ':hibernate-core' )
compile( libraries.jcache )
testCompile project( ':hibernate-testing' )
testCompile( libraries.mockito )
testRuntime( libraries.ehcache3 )
}
mavenPom {
name = 'Hibernate/JCache Integration'
description = 'Integration for javax.cache into Hibernate as a second-level caching service'
}
def osgiDescription() {
return pomDescription()
}