mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
10 lines
206 B
Groovy
10 lines
206 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile project( ':hibernate-core' )
|
|
compile "net.sf.ehcache:ehcache-core:2.4.3"
|
|
|
|
testCompile project( ':hibernate-testing' )
|
|
testCompile libraries.h2
|
|
}
|