dependencies { compile project( ':hibernate-core' ) compile( libraries.ehcache ) testCompile project( ':hibernate-testing' ) } jar { manifest { instruction 'Bundle-Description', 'Hibernate ORM EHCache' instruction 'Bundle-SymbolicName', 'org.hibernate.ehcache' } }