Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Håkansson committed Jun 20, 2016
1 parent 2d7ef4c commit 92ff0b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ dependencies {
runtime 'com.fasterxml.woodstox:woodstox-core:5.0.2'
testCompile group: "junit", name: "junit", version: "4.7"
testCompile 'org.daisy.braille:braille-utils.api:2.0.0'
testCompile 'org.daisy.braille:braille-utils.pef-tools:1.0.1'
testCompile ('org.daisy.braille:braille-utils.pef-tools:1.0.1') {
exclude module: 'Saxon-HE'
}
testCompile "org.mockito:mockito-core:1.10.19"

testRuntime group: group, name:'dotify.hyphenator.impl', version:'2.0.1'
Expand Down

0 comments on commit 92ff0b1

Please sign in to comment.