mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
6 lines
155 B
Groovy
6 lines
155 B
Groovy
|
apply plugin: 'java'
|
||
|
|
||
|
dependencies {
|
||
|
compile ( project( ':hibernate-core' ) )
|
||
|
compile( [group: 'opensymphony', name: 'oscache', version: '2.1'] )
|
||
|
}
|