HHH-5616 - Switch to Gradle for builds .. c3p0

This commit is contained in:
Steve Ebersole 2010-10-09 13:28:21 -05:00
parent 51edbb5797
commit f83af2d9d3
1 changed files with 0 additions and 1 deletions

View File

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