Skip to content

Commit

Permalink
Replace openoffice jars with libreoffice jars (JabRef#3662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr authored Jan 24, 2018
1 parent ca6bc18 commit 25c883d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ dependencies {

compile 'commons-cli:commons-cli:1.4'

compile 'org.openoffice:juh:4.1.2'
compile 'org.openoffice:jurt:4.1.2'
compile 'org.openoffice:ridl:4.1.2'
compile 'org.openoffice:unoil:4.1.2'
compile "org.libreoffice:juh:5.4.2"
compile "org.libreoffice:jurt:5.4.2"
compile "org.libreoffice:ridl:5.4.2"
compile "org.libreoffice:unoil:5.4.2"

compile 'com.github.bkromhout:java-diff-utils:2.1.1'
compile 'info.debatty:java-string-similarity:1.0.1'
Expand Down Expand Up @@ -138,7 +138,7 @@ dependencies {
compile 'org.jsoup:jsoup:1.11.2'
compile 'com.mashape.unirest:unirest-java:1.4.9'

// >1.8.0-beta is required for java 9 compatibility
// >1.8.0-beta is required for java 9 compatibility
compile 'org.slf4j:slf4j-api:1.8.0-beta0'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.10.0'
compile 'org.apache.logging.log4j:log4j-jcl:2.10.0'
Expand Down

0 comments on commit 25c883d

Please sign in to comment.