hibernate-orm/hibernate-ehcache/hibernate-ehcache.gradle

8 lines
221 B
Groovy
Raw Normal View History

2011-01-18 00:49:48 -05:00
apply plugin: 'java'
dependencies {
compile( project( ':hibernate-core' ) )
compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.3.1'] )
2011-03-07 17:20:53 -05:00
testCompile( project(':hibernate-testing') )
}