hibernate-orm/hibernate-hikaricp/hibernate-hikaricp.gradle
Brett Meyer e8a52e2904 HHH-8869 created hibernate-hikaricp connection provider
Conflicts:
	libraries.gradle
2014-04-08 16:10:27 -04:00

18 lines
339 B
Groovy

dependencies {
compile project( ':hibernate-core' )
compile( libraries.hikaricp )
testCompile project( ':hibernate-testing' )
}
def pomName() {
return 'Hibernate/HikariCP Integration'
}
def pomDescription() {
return 'Integration for HikariCP into Hibernate O/RM'
}
def osgiDescription() {
return pomDescription()
}