From e5e7d168db601eb2ff333141c11e7ef5a3f66ebb Mon Sep 17 00:00:00 2001 From: Doug Palmer Date: Wed, 13 Dec 2017 10:59:50 +1100 Subject: [PATCH] Stop problems with imported validation libraries from ala-name-matching libray --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a27c832d..a41d8f6e 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { } } -version "1.4.2-SNAPSHOT" +version "1.4.1.1" group "au.org.ala" apply plugin:"eclipse" @@ -45,7 +45,7 @@ dependencies { console "org.grails:grails-console" profile "org.grails.profiles:web" runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.14.1" - runtime "org.hibernate:hibernate-validator:5.1.3.Final" + runtime "org.hibernate:hibernate-validator:5.4.2.Final" //runtime "com.h2database:h2" testCompile "org.grails:grails-plugin-testing" testCompile "org.grails.plugins:geb" @@ -67,6 +67,7 @@ dependencies { compile "com.google.guava:guava:19.0" compile("au.org.ala:ala-name-matching:2.4.6") { exclude group: 'org.slf4j', module: 'slf4j-log4j12' + exclude group: 'org.apache.bval', module: 'org.apache.bval.bundle' } compile "org.jsoup:jsoup:1.8.3" compile 'org.grails.plugins:external-config:1.1.1'