gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: dependencies


From: gnunet
Subject: [libeufin] branch master updated: dependencies
Date: Thu, 18 Jun 2020 08:48:10 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 3d38add  dependencies
3d38add is described below

commit 3d38addd545466e8d390e57611aeb1def8e6ad2a
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jun 18 12:17:37 2020 +0530

    dependencies
---
 nexus/build.gradle | 25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

diff --git a/nexus/build.gradle b/nexus/build.gradle
index f015e7e..4a20556 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -56,25 +56,38 @@ def ktor_version = "1.3.2"
 def exposed_version = "0.25.1"
 
 dependencies {
+    // Core language libraries
     implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
+    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
+
+    // LibEuFin util library
+    implementation project(":util")
+
+    // Logging
     implementation "ch.qos.logback:logback-classic:1.2.3"
+
+    // XML parsing/binding and encryption
     implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
     implementation "javax.xml.bind:jaxb-api:2.3.0"
     implementation group: 'xerces', name: 'xercesImpl', version: 
'2.6.2-jaxb-1.0.6'
-    implementation "javax.activation:activation:1.1"
     implementation "org.glassfish.jaxb:jaxb-runtime:2.3.1"
     implementation 'org.apache.santuario:xmlsec:2.1.4'
+
+    //implementation "javax.activation:activation:1.1"
+    // Compression
     implementation group: 'org.apache.commons', name: 'commons-compress', 
version: '1.20'
+
+    // Command line parsing
     implementation("com.github.ajalt:clikt:2.7.0")
-    implementation project(":util")
-    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
-    implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.28.0'
 
     // Exposed, an SQL library
     implementation "org.jetbrains.exposed:exposed-core:$exposed_version"
     implementation "org.jetbrains.exposed:exposed-dao:$exposed_version"
     implementation "org.jetbrains.exposed:exposed-jdbc:$exposed_version"
 
+    // Database connection driver
+    implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.28.0'
+
     // Ktor, an HTTP client and server library
     implementation "io.ktor:ktor-server-core:$ktor_version"
     implementation "io.ktor:ktor-client-apache:$ktor_version"
@@ -85,6 +98,10 @@ dependencies {
     // PDF generation
     implementation 'com.itextpdf:itext7-core:7.1.11'
 
+    // Cron syntax
+    implementation "com.cronutils:cron-utils:9.0.2"
+
+    // Unit testing
     testImplementation group: 'junit', name: 'junit', version: '4.12'
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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