Skip to content

Commit

Permalink
Merge pull request #171 from charvolant/master
Browse files Browse the repository at this point in the history
Stop problems with imported validation libraries
  • Loading branch information
charvolant committed Dec 13, 2017
2 parents c4fe37a + e5e7d16 commit 76d41d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}

version "1.4.2-SNAPSHOT"
version "1.4.1.1"
group "au.org.ala"

apply plugin:"eclipse"
Expand Down Expand Up @@ -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"
Expand All @@ -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'
Expand Down

0 comments on commit 76d41d3

Please sign in to comment.