blob: 8b85d317e57bc36e61de374daa31a5d22f9e08b5 [file] [log] [blame]
dependencies {
compile project(":grails-datastore-core")
compile 'commons-validator:commons-validator:1.5.1', {
exclude group: 'xml-apis', module:'xml-apis'
exclude group: 'commons-digester', module:'commons-digester'
exclude group: 'commons-logging', module:'commons-logging'
exclude group: 'commons-beanutils', module:'commons-beanutils'
}
compileOnly("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
testCompile("org.hibernate:hibernate-validator:$hibernateValidatorVersion")
}