Align constraints support with Hibernate Validator 6

Closes gh-454
This commit is contained in:
Andy Wilkinson
2017-11-12 12:56:45 +00:00
parent ac1d8ec4ac
commit a17e17b00a
6 changed files with 178 additions and 15 deletions

View File

@@ -35,6 +35,7 @@ dependencies {
optional 'junit:junit'
optional 'org.hibernate:hibernate-validator'
optional 'org.junit.jupiter:junit-jupiter-api'
testCompile 'org.javamoney:moneta'
testCompile 'org.mockito:mockito-core'
testCompile 'org.hamcrest:hamcrest-core'
testCompile 'org.hamcrest:hamcrest-library'