Skip to content

Commit d42eea8

Browse files
committed
Remove FINAL from hibernate-core version
1 parent 3ffec70 commit d42eea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm-support/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
compileOnly "org.springframework:spring-webmvc:$springVersion"
4848
compileOnly "org.grails:grails-web-url-mappings:$grailsVersion", { transitive = false }
4949
compileOnly "org.grails:grails-web-common:$grailsVersion", { transitive = false }
50-
compileOnly("org.hibernate:hibernate-core:${hibernateVersion}.Final") {
50+
compileOnly("org.hibernate:hibernate-core:${hibernateVersion}") {
5151
exclude group:'commons-logging', module:'commons-logging'
5252
exclude group:'commons-collections', module:'commons-collections'
5353
exclude group:'org.slf4j', module:'slf4j-api'

0 commit comments

Comments
 (0)