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