mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
10 lines
194 B
Groovy
10 lines
194 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile project( ':hibernate-core' )
|
|
compile "proxool:proxool:0.8.3"
|
|
|
|
testCompile project( ':hibernate-testing' )
|
|
testRuntime libraries.h2
|
|
}
|