hibernate-orm/hibernate-proxool/hibernate-proxool.gradle

18 lines
355 B
Groovy
Raw Normal View History

dependencies {
compile project( ':hibernate-core' )
2012-08-08 05:09:11 -04:00
compile( libraries.proxool )
testCompile project( ':hibernate-testing' )
}
2013-01-23 18:22:03 -05:00
def pomName() {
return 'Hibernate/Proxool Integration'
}
def pomDescription() {
return 'Integration for Proxool Connection pooling into Hibernate O/RM'
}
2013-12-02 21:53:19 -05:00
def osgiDescription() {
return pomDescription()
}