5.2.0
This commit is contained in:
parent
4aea273813
commit
47bd722dc7
|
@ -7,12 +7,9 @@ dependencies {
|
||||||
testRuntime( libraries.ehcache3 )
|
testRuntime( libraries.ehcache3 )
|
||||||
}
|
}
|
||||||
|
|
||||||
def pomName() {
|
mavenPom {
|
||||||
return 'Hibernate/JCache Integration'
|
name = 'Hibernate/JCache Integration'
|
||||||
}
|
description = 'Integration for javax.cache into Hibernate as a second-level caching service'
|
||||||
|
|
||||||
def pomDescription() {
|
|
||||||
return 'Integration for javax.cache into Hibernate as a second-level caching service'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def osgiDescription() {
|
def osgiDescription() {
|
||||||
|
|
Loading…
Reference in New Issue