Skip to content

Commit 206837e

Browse files
committed
HHH-17460 - Ongoing JPA 32 work
1 parent 473ebc1 commit 206837e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

hibernate-envers/hibernate-envers.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ dependencies {
1818
implementation libs.jandex
1919
implementation libs.hcann
2020

21-
implementation "org.hibernate.common:hibernate-commons-annotations:6.0.6.Final"
22-
23-
2421
compileOnly libs.ant
2522

2623
annotationProcessor project( ':hibernate-processor' )

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ dependencyResolutionManagement {
104104
library( "hibernateModels", "org.hibernate.models", "hibernate-models" ).versionRef( hibernateModelsVersion )
105105
library( "jandex", "io.smallrye", "jandex" ).versionRef( jandexVersion )
106106
library( "classmate", "com.fasterxml", "classmate" ).versionRef( classmateVersion )
107+
library( "hcann", "org.hibernate.common", "hibernate-commons-annotations" ).versionRef( hcannVersion )
107108

108109
library( "jackson", "com.fasterxml.jackson.core", "jackson-databind" ).versionRef( jacksonVersion )
109110
library( "jacksonXml", "com.fasterxml.jackson.dataformat", "jackson-dataformat-xml" ).versionRef( jacksonVersion )

0 commit comments

Comments
 (0)