HHH-12475 - Remove unnecessary dependencies from hibernate-envers build.

This commit is contained in:
Chris Cranford 2018-04-11 11:05:05 -04:00
parent ec2f8e9ba5
commit 4cfdbaaf1f
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ description = 'Hibernate\'s entity version (audit/history) support'
dependencies {
compile( project( ':hibernate-core' ) )
provided( [group: 'org.hibernate', name: 'hibernate-tools', version: '3.2.0.ga'] )
provided( libraries.ant )
provided( project( ':hibernate-jpamodelgen' ) )