We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffec70 commit d42eea8Copy full SHA for d42eea8
grails-datastore-gorm-support/build.gradle
@@ -47,7 +47,7 @@ dependencies {
47
compileOnly "org.springframework:spring-webmvc:$springVersion"
48
compileOnly "org.grails:grails-web-url-mappings:$grailsVersion", { transitive = false }
49
compileOnly "org.grails:grails-web-common:$grailsVersion", { transitive = false }
50
- compileOnly("org.hibernate:hibernate-core:${hibernateVersion}.Final") {
+ compileOnly("org.hibernate:hibernate-core:${hibernateVersion}") {
51
exclude group:'commons-logging', module:'commons-logging'
52
exclude group:'commons-collections', module:'commons-collections'
53
exclude group:'org.slf4j', module:'slf4j-api'
0 commit comments