libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 0291cd42b29121380c6cdfc389629fa7817d2c7f
parent 7804a9b7efc65bffe430049c418ed564f2b299e6
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 23 Sep 2019 17:01:05 +0200

workaround

Diffstat:
Mbuild.gradle | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build.gradle b/build.gradle @@ -17,6 +17,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" compile "io.ktor:ktor-server-netty:1.2.4" compile "ch.qos.logback:logback-classic:1.2.3" + compile "java.xml.bind:jaxb-api:2.2.4" testCompile group: 'junit', name: 'junit', version: '4.12' }