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

7 lines
194 B
Groovy
Raw Normal View History

apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'c3p0', name: 'c3p0', version: '0.9.1'] )
2011-03-07 17:20:53 -05:00
testCompile( project(':hibernate-testing') )
}