HHH-17460 - Ongoing JPA 32 work
This commit is contained in:
parent
1104b8a9b8
commit
36248376af
|
@ -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' )
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue