mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
14d0116af2
This reverts commit bc2855b323a9b0560c812c3c0636fb6330c9f6c9.
14 lines
303 B
Groovy
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'
|
|
}
|