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

18 lines
422 B
Groovy
Raw Normal View History

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