HHH-17460 - Ongoing JPA 32 work

This commit is contained in:
Steve Ebersole 2024-04-04 16:55:25 -05:00
parent 1104b8a9b8
commit 36248376af
2 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,6 @@ dependencies {
implementation libs.jandex
implementation libs.hcann
implementation "org.hibernate.common:hibernate-commons-annotations:6.0.6.Final"
compileOnly libs.ant
annotationProcessor project( ':hibernate-processor' )

View File

@ -104,6 +104,7 @@ dependencyResolutionManagement {
library( "hibernateModels", "org.hibernate.models", "hibernate-models" ).versionRef( hibernateModelsVersion )
library( "jandex", "io.smallrye", "jandex" ).versionRef( jandexVersion )
library( "classmate", "com.fasterxml", "classmate" ).versionRef( classmateVersion )
library( "hcann", "org.hibernate.common", "hibernate-commons-annotations" ).versionRef( hcannVersion )
library( "jackson", "com.fasterxml.jackson.core", "jackson-databind" ).versionRef( jacksonVersion )
library( "jacksonXml", "com.fasterxml.jackson.dataformat", "jackson-dataformat-xml" ).versionRef( jacksonVersion )