HHH-13704 No need to exclude javassist in the envers module
This commit is contained in:
parent
b8ffe851a7
commit
921b1fe67f
|
@ -11,11 +11,7 @@ apply plugin: 'hibernate-matrix-testing'
|
||||||
description = 'Hibernate\'s entity version (audit/history) support'
|
description = 'Hibernate\'s entity version (audit/history) support'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile( project( ':hibernate-core' ) ) {
|
compile( project( ':hibernate-core' ) )
|
||||||
// Exclude access to this to avoid future use.
|
|
||||||
exclude group: "org.javassist", module: "javassist"
|
|
||||||
}
|
|
||||||
|
|
||||||
provided( libraries.ant )
|
provided( libraries.ant )
|
||||||
annotationProcessor( project( ':hibernate-jpamodelgen' ) )
|
annotationProcessor( project( ':hibernate-jpamodelgen' ) )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue