2014-03-17 16:33:44 -04:00
|
|
|
dependencies {
|
|
|
|
compile project( ':hibernate-core' )
|
|
|
|
compile( libraries.hikaricp )
|
|
|
|
testCompile project( ':hibernate-testing' )
|
|
|
|
}
|
|
|
|
|
2015-04-10 12:58:22 -04:00
|
|
|
mavenPom {
|
|
|
|
name = 'Hibernate/HikariCP Integration'
|
|
|
|
description = 'Integration for HikariCP into Hibernate O/RM'
|
2014-03-17 16:33:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
def osgiDescription() {
|
2015-04-10 12:58:22 -04:00
|
|
|
return mavenPom.description
|
2014-03-17 16:33:44 -04:00
|
|
|
}
|