From 92ff0b1fea524080a57c2659a7d9d73fca267845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=A5kansson?= Date: Mon, 20 Jun 2016 12:32:28 +0200 Subject: [PATCH] Updates dependencies --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a92aaeee..37e82e54 100644 --- a/build.gradle +++ b/build.gradle @@ -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'