File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
grails-plugin-databinding
grails-test-suite-persistence Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1212 exclude module :' grails-core'
1313 exclude module :' async'
1414 exclude module :' gsp'
15+ exclude module :' grails-testing-support'
1516 }
17+ testImplementation project(' :grails-testing-support' )
1618}
1719
1820tasks. named(' compileTestGroovy' ). configure {
Original file line number Diff line number Diff line change @@ -29,7 +29,10 @@ dependencies {
2929 testRuntimeOnly " org.aspectj:aspectjrt" , " org.aspectj:aspectjweaver"
3030
3131 testImplementation project(' :grails-async-plugin' )
32- testImplementation " org.grails:grails-gorm-testing-support"
32+ testImplementation " org.grails:grails-gorm-testing-support" , {
33+ exclude module :' grails-testing-support'
34+ }
35+ testImplementation project(' :grails-testing-support' )
3336}
3437
3538test {
Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ dependencies {
2828 testImplementation project(' :grails-async-plugin' )
2929 testImplementation " org.grails.plugins:gsp"
3030 testImplementation " org.grails:grails-gorm-testing-support"
31- testImplementation " org.grails:grails-web-testing-support"
31+ testImplementation " org.grails:grails-web-testing-support" , {
32+ exclude module :' grails-testing-support'
33+ }
34+ testImplementation project(' :grails-testing-support' )
3235
3336 testImplementation " com.fasterxml.jackson.core:jackson-databind"
3437}
Original file line number Diff line number Diff line change @@ -27,7 +27,10 @@ dependencies {
2727
2828 testImplementation project(" :grails-plugin-converters" )
2929 testImplementation " org.grails:grails-datastore-gorm-hibernate5"
30- testImplementation " org.grails:grails-web-testing-support"
30+ testImplementation " org.grails:grails-web-testing-support" , {
31+ exclude module :' grails-testing-support'
32+ }
33+ testImplementation project(' :grails-testing-support' )
3134 testImplementation " org.grails.plugins:gsp"
3235 testImplementation project(' :grails-async-plugin' )
3336 testImplementation " org.grails:grails-gorm-testing-support"
You can’t perform that action at this time.
0 commit comments