Skip to content

Commit

Permalink
Updated CAS version
Browse files Browse the repository at this point in the history
To avoid issue with SOLR causing CAS filters to fail due to SAX2
dependency error.
  • Loading branch information
nickdos committed Feb 6, 2017
1 parent 0838158 commit 56ef032
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 56ef032

Please sign in to comment.