Skip to content

Commit

Permalink
Required changes for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar committed Feb 25, 2021
1 parent 95c3434 commit bc79d62
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 13 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,21 @@ dependencies {
compile ('org.daisy.braille:braille-utils.pef-tools:6.0.0') {
exclude module: 'Saxon-HE'
}
compile 'org.daisy.dotify:dotify.api:5.0.0'
compile 'org.daisy.dotify:dotify.common:4.4.0'
compile 'org.daisy.dotify:dotify.api:5.0.7'
compile 'org.daisy.dotify:dotify.common:4.4.1'
compile ('org.daisy.streamline:streamline-engine:1.3.0') {
exclude module: 'streamline-api'
}
compile 'org.daisy.streamline:streamline-api:1.3.0'
compile 'org.daisy.streamline:streamline-api:1.5.0'

runtimeOnly 'org.daisy.braille:braille-utils.impl:7.0.0'
runtimeOnly ('org.daisy.dotify:dotify.formatter.impl:5.0.2') {
runtimeOnly ('org.daisy.dotify:dotify.formatter.impl:5.0.8') {
exclude module: 'Saxon-HE'
}
runtimeOnly 'org.daisy.dotify:dotify.hyphenator.impl:5.0.0'
runtimeOnly 'org.daisy.dotify:dotify.hyphenator.impl:5.0.1'
runtimeOnly 'org.daisy.dotify:dotify.text.impl:5.0.0'
runtimeOnly 'org.daisy.dotify:dotify.translator.impl:5.0.0'
runtimeOnly ('org.daisy.dotify:dotify.task.impl:4.7.0') {
runtimeOnly 'org.daisy.dotify:dotify.translator.impl:5.1.1'
runtimeOnly ('org.daisy.dotify:dotify.task.impl:5.0.1') {
exclude module: 'Saxon-HE'
exclude module: 'streamline-api'
}
Expand Down
Loading

0 comments on commit bc79d62

Please sign in to comment.