HHH-18541 Remove no longer needed hcann library definition
This commit is contained in:
parent
00680b37fd
commit
e039bbc085
|
@ -78,7 +78,6 @@ dependencyResolutionManagement {
|
||||||
def geolatteVersion = version "geolatte", "1.9.1"
|
def geolatteVersion = version "geolatte", "1.9.1"
|
||||||
def hibernateModelsVersion = version "hibernateModels", "0.8.6"
|
def hibernateModelsVersion = version "hibernateModels", "0.8.6"
|
||||||
def jandexVersion = version "jandex", "3.2.0"
|
def jandexVersion = version "jandex", "3.2.0"
|
||||||
def hcannVersion = version "hcann", "7.0.1.Final"
|
|
||||||
def jacksonVersion = version "jackson", "2.17.0"
|
def jacksonVersion = version "jackson", "2.17.0"
|
||||||
def jbossLoggingVersion = version "jbossLogging", "3.6.0.Final"
|
def jbossLoggingVersion = version "jbossLogging", "3.6.0.Final"
|
||||||
def jbossLoggingToolVersion = version "jbossLoggingTool", "3.0.1.Final"
|
def jbossLoggingToolVersion = version "jbossLoggingTool", "3.0.1.Final"
|
||||||
|
@ -110,7 +109,6 @@ dependencyResolutionManagement {
|
||||||
library( "hibernateModels", "org.hibernate.models", "hibernate-models" ).versionRef( hibernateModelsVersion )
|
library( "hibernateModels", "org.hibernate.models", "hibernate-models" ).versionRef( hibernateModelsVersion )
|
||||||
library( "jandex", "io.smallrye", "jandex" ).versionRef( jandexVersion )
|
library( "jandex", "io.smallrye", "jandex" ).versionRef( jandexVersion )
|
||||||
library( "classmate", "com.fasterxml", "classmate" ).versionRef( classmateVersion )
|
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( "jackson", "com.fasterxml.jackson.core", "jackson-databind" ).versionRef( jacksonVersion )
|
||||||
library( "jacksonXml", "com.fasterxml.jackson.dataformat", "jackson-dataformat-xml" ).versionRef( jacksonVersion )
|
library( "jacksonXml", "com.fasterxml.jackson.dataformat", "jackson-dataformat-xml" ).versionRef( jacksonVersion )
|
||||||
|
|
Loading…
Reference in New Issue