Skip to content

Commit

Permalink
Moe to refactored ala-name-matching-model libraray
Browse files Browse the repository at this point in the history
  • Loading branch information
charvolant committed Oct 7, 2021
1 parent 11567a2 commit 2ffd8e1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,7 @@ dependencies {
compile ('org.jasig.cas.client:cas-client-core:3.4.1') {
exclude group: 'javax.servlet', module: 'servlet-api'
}
compile('au.org.ala:ala-name-matching:3.4') {
exclude group: 'org.apache.lucene', module: 'lucene-core'
exclude group: 'org.apache.lucene', module: 'lucene-analyzers-common'
exclude group: 'org.apache.lucene', module: 'lucene-queryparser'
exclude group: 'uk.ac.shef.wit', module: 'simmetrics'
exclude group: 'org.apache.bval', module: 'org.apache.bval.bundle'
exclude group: 'org.slf4j', module: 'slf4j-log4j12'

}
compile group: 'au.org.ala', name: 'ala-name-matching-model', version: '4.0-SNAPSHOT', changing: true
compile "commons-httpclient:commons-httpclient:3.1"
compile "org.codehaus.jackson:jackson-core-asl:1.8.6"
compile "org.codehaus.jackson:jackson-mapper-asl:1.8.6"
Expand Down

0 comments on commit 2ffd8e1

Please sign in to comment.