File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
grails-test-suite-persistence Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments