mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
6 lines
158 B
Groovy
6 lines
158 B
Groovy
apply plugin: 'java'
|
|
|
|
dependencies {
|
|
compile( project( ':hibernate-core' ) )
|
|
compile( [group: 'swarmcache', name: 'swarmcache', version: '1.0RC2'] )
|
|
} |