Skip to content

Commit

Permalink
revert breaking dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Apr 24, 2020
1 parent f47cc10 commit 9caa622
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ project("grobid-core") {

compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
compile "com.cybozu.labs:langdetect:1.1-20120112"
compile "com.rockymadden.stringmetric:stringmetric-core_2.11:0.27.4"
compile "com.rockymadden.stringmetric:stringmetric-core_2.10:0.27.3"
compile "commons-pool:commons-pool:1.6"
compile "commons-io:commons-io:2.5"
compile "org.apache.commons:commons-lang3:3.6"
Expand All @@ -234,10 +234,6 @@ project("grobid-core") {
compile 'black.ninia:jep:3.8.2'
compile 'org.slf4j:slf4j-log4j12:1.7.25'

// added because dependencies that pull them in request lower versions
compile "org.scala-lang:scala-library:2.+"
compile "xalan:xalan:2.+"

shadedLib "org.apache.lucene:lucene-analyzers-common:4.5.1"

runtime group: 'org.slf4j', name: 'slf4j-jdk14', version: '1.7.25'
Expand Down

0 comments on commit 9caa622

Please sign in to comment.