Skip to content

Commit

Permalink
add a runtime dependency on validation-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Feb 13, 2012
1 parent d55a2c7 commit 01faebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-hibernate/build.gradle
Expand Up @@ -77,6 +77,7 @@ dependencies {
runtime ('antlr:antlr:2.7.7') {
exclude group: 'commons-logging', module:'commons-logging'
}
runtime 'javax.validation:validation-api:1.0.0.GA'
}

test {
Expand Down

0 comments on commit 01faebd

Please sign in to comment.