Skip to content

Commit 7ec6b0d

Browse files
committed
Use hibernate4 dependency
1 parent 32f5c61 commit 7ec6b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grails-test-suite-persistence/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
project(':grails-bootstrap'),
1313
project(':grails-spring')
1414

15-
testCompile "org.grails:grails-datastore-gorm-hibernate:$datastoreVersion", {
15+
testCompile "org.grails:grails-datastore-gorm-hibernate4:$datastoreVersion", {
1616
exclude group: 'org.grails', module:'grails-datastore-gorm'
1717
exclude group: 'org.grails', module:'grails-datastore-core'
1818
exclude group: 'org.springframework', module:'spring-core'

grails-test-suite-uber/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
project(":grails-plugin-databinding"),
2323
project(':grails-spring')
2424

25-
testCompile "org.grails:grails-datastore-gorm-hibernate:$datastoreVersion", {
25+
testCompile "org.grails:grails-datastore-gorm-hibernate4:$datastoreVersion", {
2626
exclude group: 'org.grails', module:'grails-datastore-gorm'
2727
exclude group: 'org.grails', module:'grails-datastore-core'
2828
exclude group: 'org.springframework', module:'spring-core'

0 commit comments

Comments
 (0)