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 c2616b5 commit 32f5c61Copy full SHA for 32f5c61
grails-test-suite-web/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
project(':grails-web'),
23
project(':grails-spring')
24
25
- testCompile "org.grails:grails-datastore-gorm-hibernate:$datastoreVersion", {
+ testCompile "org.grails:grails-datastore-gorm-hibernate4:$datastoreVersion", {
26
exclude group: 'org.grails', module:'grails-datastore-gorm'
27
exclude group: 'org.grails', module:'grails-datastore-core'
28
exclude group: 'org.springframework', module:'spring-core'
0 commit comments