Skip to content

Commit

Permalink
added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Sep 10, 2020
1 parent e08f32b commit 92482f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.*

plugins {
id 'base'
id 'java'
id 'java-library'
}


Expand Down Expand Up @@ -62,6 +62,7 @@ configurations {
}

dependencies {
compile group: 'net.sf.saxon', name: 'Saxon-HE', version: '10.2'
implementation 'org.nanohttpd:nanohttpd-webserver:2.2.0'
implementation 'de.faustedition:faust:1.4-SNAPSHOT'
implementation 'com.mycila:mycila-xmltool:4.4.ga'
Expand Down

0 comments on commit 92482f2

Please sign in to comment.