This commit is contained in:
Steve Ebersole 2016-06-01 23:20:15 -05:00
parent 4aea273813
commit 47bd722dc7
1 changed files with 3 additions and 6 deletions

View File

@ -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() {