commit 4115787b20d261e20a17185ffa2158f427861307
parent f2d6c7c2a30051a6fa147b95fe9102ca22599ea8
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 25 Sep 2019 14:49:16 +0200
dependencies
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
@@ -19,6 +19,9 @@ dependencies {
compile "io.ktor:ktor-server-netty:1.2.4"
compile "ch.qos.logback:logback-classic:1.2.3"
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
+ compile('javax.xml.bind:jaxb-api:2.3.0')
+ compile('javax.activation:activation:1.1')
+ compile('org.glassfish.jaxb:jaxb-runtime:2.3.0')
testCompile group: 'junit', name: 'junit', version: '4.12'
}
@@ -39,4 +42,4 @@ jar {
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
}
-}
-\ No newline at end of file
+}