HHH-13704 No need to exclude javassist in the envers module

This commit is contained in:
Davide D'Alto 2019-11-27 12:18:11 +00:00
parent b8ffe851a7
commit 921b1fe67f
1 changed files with 1 additions and 5 deletions

View File

@ -11,11 +11,7 @@ apply plugin: 'hibernate-matrix-testing'
description = 'Hibernate\'s entity version (audit/history) support'
dependencies {
compile( project( ':hibernate-core' ) ) {
// Exclude access to this to avoid future use.
exclude group: "org.javassist", module: "javassist"
}
compile( project( ':hibernate-core' ) )
provided( libraries.ant )
annotationProcessor( project( ':hibernate-jpamodelgen' ) )