2010-10-09 14:27:47 -04:00
|
|
|
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') )
|
2010-10-09 14:27:47 -04:00
|
|
|
}
|