1
0
mirror of https://github.com/hibernate/hibernate-orm synced 2025-03-08 02:40:24 +00:00
2011-03-14 13:14:06 -05:00

7 lines
194 B
Groovy

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