15 lines
335 B
Groovy
15 lines
335 B
Groovy
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
|
|
}
|