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