gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated (6970eca -> 4115787)


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated (6970eca -> 4115787)
Date: Wed, 25 Sep 2019 14:52:51 +0200

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

dold pushed a change to branch master
in repository libeufin.

    from 6970eca  DB initial design
     new f2d6c7c  gitignore
     new 4115787  dependencies

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore   | 2 ++
 build.gradle | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..91ea741
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+build
+.gradle
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]