mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
7 lines
215 B
Groovy
7 lines
215 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile( project( ':hibernate-core' ) )
|
|
compile( [group: 'c3p0', name: 'c3p0', version: '0.9.1'] )
|
|
testCompile( project(':hibernate-core').sourceSets.test.classes )
|
|
} |