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

7 lines
215 B
Groovy

apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'c3p0', name: 'c3p0', version: '0.9.1'] )
testCompile( project(':hibernate-core').sourceSets.test.classes )
}