mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
8 lines
222 B
Groovy
8 lines
222 B
Groovy
|
apply plugin: 'java'
|
||
|
|
||
|
dependencies {
|
||
|
compile( project( ':hibernate-core' ) )
|
||
|
compile( [group: 'proxool', name: 'proxool', version: '0.8.3'] )
|
||
|
testCompile( project(':hibernate-core').sourceSets.test.classes )
|
||
|
}
|