mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
9 lines
233 B
Groovy
9 lines
233 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile( project( ':hibernate-core' ) )
|
|
compile( [group: 'proxool', name: 'proxool', version: '0.8.3'] )
|
|
testCompile( project(':hibernate-testing') )
|
|
testRuntime( libraries.h2 )
|
|
}
|