Skip to content

Commit e039bbc

Browse files
mbelladesebersole
authored andcommitted
HHH-18541 Remove no longer needed hcann library definition
1 parent 00680b3 commit e039bbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ dependencyResolutionManagement {
7878
def geolatteVersion = version "geolatte", "1.9.1"
7979
def hibernateModelsVersion = version "hibernateModels", "0.8.6"
8080
def jandexVersion = version "jandex", "3.2.0"
81-
def hcannVersion = version "hcann", "7.0.1.Final"
8281
def jacksonVersion = version "jackson", "2.17.0"
8382
def jbossLoggingVersion = version "jbossLogging", "3.6.0.Final"
8483
def jbossLoggingToolVersion = version "jbossLoggingTool", "3.0.1.Final"
@@ -110,7 +109,6 @@ dependencyResolutionManagement {
110109
library( "hibernateModels", "org.hibernate.models", "hibernate-models" ).versionRef( hibernateModelsVersion )
111110
library( "jandex", "io.smallrye", "jandex" ).versionRef( jandexVersion )
112111
library( "classmate", "com.fasterxml", "classmate" ).versionRef( classmateVersion )
113-
library( "hcann", "org.hibernate.common", "hibernate-commons-annotations" ).versionRef( hcannVersion )
114112

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

0 commit comments

Comments
 (0)