hibernate-orm/hibernate-proxool/hibernate-proxool.gradle
Steve Ebersole 14d0116af2 Revert "HHH-8733 - General build cleanup - hibernate-testing"
This reverts commit bc2855b323a9b0560c812c3c0636fb6330c9f6c9.
2013-11-26 17:48:25 -06:00

14 lines
303 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'
}