mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 04:08:19 +00:00
7 lines
140 B
Groovy
7 lines
140 B
Groovy
|
|
dependencies {
|
|
compile project( ':hibernate-core' )
|
|
compile( libraries.proxool )
|
|
testCompile project( ':hibernate-testing' )
|
|
}
|