hibernate-orm/hibernate-c3p0/hibernate-c3p0.gradle

8 lines
158 B
Groovy

apply plugin: 'java'
dependencies {
compile project( ':hibernate-core' )
compile "c3p0:c3p0:0.9.1"
testCompile project( ':hibernate-testing' )
}