Skip to content

Commit

Permalink
Release 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar committed Jan 14, 2022
1 parent 2a701eb commit 121bfa7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
34 changes: 12 additions & 22 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jar.doFirst {

repositories {
mavenCentral()
//mavenLocal()
mavenLocal()
//maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://oss.sonatype.org/content/groups/staging" }
}
Expand All @@ -85,29 +85,19 @@ dependencies {
compileOnly 'org.osgi:org.osgi.service.component.annotations:1.3.0'

compile 'org.daisy.streamline:streamline-cli:1.0.0'
compile ('org.daisy.braille:braille-utils.pef-tools:6.0.0') {
exclude module: 'Saxon-HE'
}
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.5.0'

runtimeOnly 'org.daisy.braille:braille-utils.impl:7.0.0'
runtimeOnly ('org.daisy.dotify:dotify.formatter.impl:5.0.8') {
exclude module: 'Saxon-HE'
}
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.1.1'
runtimeOnly ('org.daisy.dotify:dotify.task.impl:5.0.1') {
exclude module: 'Saxon-HE'
exclude module: 'streamline-api'
}
compile ('org.daisy.streamline:streamline-engine:1.3.0') {
exclude module: 'streamline-api'
}
compile 'org.daisy.dotify:dotify.library:1.0.2'

runtimeOnly ('org.daisy.dotify:dotify.task.impl:5.0.1') {
exclude module: 'Saxon-HE'
exclude module: 'streamline-api'
exclude module: 'dotify.api'
exclude module: 'dotify.common'
}
runtimeOnly group: "com.googlecode.texhyphj", name: "texhyphj", version: "1.2"
//runtimeOnly 'xerces:xercesImpl:2.11.0'
runtimeOnly 'org.slf4j:slf4j-jdk14:1.7.2'

testImplementation group: 'junit', name: 'junit', version: "$versions.junit"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ releaseName=Dotify
repositoryRevision=N/A
repositoryURL=https://github.com/brailleapps/dotify-cli
repositorySCM=scm:git:https://github.com/brailleapps/dotify-cli.git
version=3.2.3-SNAPSHOT
version=3.2.3

0 comments on commit 121bfa7

Please sign in to comment.