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