mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 13:14:50 +00:00
8 lines
213 B
Groovy
8 lines
213 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile( project( ':hibernate-core' ) )
|
|
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.3.1'] )
|
|
testCompile( project(':hibernate-testing') )
|
|
}
|