mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +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'] )
|
|
} |