gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libeufin] 02/02: dependencies


From: gnunet
Subject: [GNUnet-SVN] [libeufin] 02/02: dependencies
Date: Wed, 25 Sep 2019 14:52:53 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

commit 4115787b20d261e20a17185ffa2158f427861307
Author: Florian Dold <address@hidden>
AuthorDate: Wed Sep 25 14:49:16 2019 +0200

    dependencies
---
 build.gradle | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 4cd1b12..0f632eb 100644
--- 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
+}

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]