Skip to content

Commit 6c3ffb1

Browse files
committed
Add dependency for grails-web-databinding required for tests
The grails-web dependency was switched to grails-web-common to resolve issue #10464, but grails-web-databinding is required for tests that were added in as part of Grails 3.3. So, adding this dependency in with testCompile scope.
1 parent 0b68af1 commit 6c3ffb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grails-plugin-validation/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ dependencies {
22
compile project(":grails-core"),
33
project(':grails-web-common'),
44
project(':grails-plugin-domain-class')
5+
6+
testCompile project(':grails-web-databinding')
57
}

0 commit comments

Comments
 (0)