HHH-18541 Remove no longer needed hcann library definition

This commit is contained in:
Marco Belladelli 2024-08-29 15:31:25 +02:00 committed by Steve Ebersole
parent 00680b37fd
commit e039bbc085
1 changed files with 0 additions and 2 deletions

View File

@ -78,7 +78,6 @@ dependencyResolutionManagement {
def geolatteVersion = version "geolatte", "1.9.1"
def hibernateModelsVersion = version "hibernateModels", "0.8.6"
def jandexVersion = version "jandex", "3.2.0"
def hcannVersion = version "hcann", "7.0.1.Final"
def jacksonVersion = version "jackson", "2.17.0"
def jbossLoggingVersion = version "jbossLogging", "3.6.0.Final"
def jbossLoggingToolVersion = version "jbossLoggingTool", "3.0.1.Final"
@ -110,7 +109,6 @@ 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 )