hibernate-orm/hibernate-proxool/hibernate-proxool.gradle
2013-12-02 20:57:57 -06:00

18 lines
355 B
Groovy

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