mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
7 lines
194 B
Groovy
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') )
|
|
} |