Skip to content

Commit

Permalink
add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuntherRademacher committed Apr 20, 2020
1 parent c1d21ab commit cebf726
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 @@ -11,7 +11,7 @@ plugins {
defaultTasks 'build'
build.dependsOn 'distZip'

version = '1.61'
version = '1.62'
def buildTime = new Date()

def generatedSrc = "$buildDir/generated-src/main/java"
Expand All @@ -34,6 +34,8 @@ dependencies {
implementation 'net.sf.saxon:Saxon-HE:10.0'
implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
implementation 'org.apache.xmlgraphics:batik-all:1.12'
implementation 'xml-apis:xml-apis-ext:1.3.04'
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.4'
}

configurations.all {
Expand Down

0 comments on commit cebf726

Please sign in to comment.