apply plugin: 'java' dependencies { compile( project( ':hibernate-core' ) ) compile( [group: 'net.sf.ehcache', name: 'ehcache-core', version: '2.3.1'] ) testCompile( project(':hibernate-testing') ) }