From 56ef032f8c29acf690ce3298562017888f0eaf0f Mon Sep 17 00:00:00 2001 From: nickdos Date: Mon, 6 Feb 2017 15:59:24 +1100 Subject: [PATCH] Updated CAS version To avoid issue with SOLR causing CAS filters to fail due to SAX2 dependency error. --- grails-app/conf/BuildConfig.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grails-app/conf/BuildConfig.groovy b/grails-app/conf/BuildConfig.groovy index de653ace..d4fec589 100755 --- a/grails-app/conf/BuildConfig.groovy +++ b/grails-app/conf/BuildConfig.groovy @@ -34,6 +34,9 @@ grails.project.dependency.resolution = { // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes compile 'com.github.davidmoten:rxjava-file:0.4' compile 'io.reactivex:rxgroovy:1.0.3' + compile ('org.jasig.cas.client:cas-client-core:3.3.3') { + excludes([group: 'javax.servlet', name: 'servlet-api']) + } runtime 'net.sf.opencsv:opencsv:2.3' runtime "org.apache.solr:solr-solrj:5.4.0"