Skip to content

Commit

Permalink
Uses dotify.api v4.4.0, braille-utils.pef-tools and dotify.common v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Sep 13, 2018
1 parent 7e96de8 commit 64aa6b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ repositories {

dependencies {
compileOnly 'org.osgi:org.osgi.service.component.annotations:1.3.0'
compile "org.daisy.dotify:dotify.api:4.3.0"
compile "org.daisy.dotify:dotify.common:4.1.0"
compile "org.daisy.dotify:dotify.api:4.4.0"
compile "org.daisy.dotify:dotify.common:4.3.0"
compile 'org.daisy.streamline:streamline-api:1.2.0'
compile (group: 'org.daisy.libs', name: 'saxon-he', version: '9.5.1.5') {
exclude module: 'Saxon-HE'
Expand All @@ -51,8 +51,7 @@ dependencies {

testCompileOnly 'org.osgi:org.osgi.service.component.annotations:1.3.0'
testCompile group: "junit", name: "junit", version: "4.12"
testCompile 'org.daisy.braille:braille-utils.api:5.1.0'
testCompile ('org.daisy.braille:braille-utils.pef-tools:4.0.0') {
testCompile ('org.daisy.braille:braille-utils.pef-tools:5.0.0') {
exclude module: 'Saxon-HE'
}
testCompile "org.mockito:mockito-core:1.10.19"
Expand Down

0 comments on commit 64aa6b9

Please sign in to comment.