summaryrefslogtreecommitdiff
path: root/nexus/build.gradle
diff options
context:
space:
mode:
authorAntoine A <>2024-03-07 23:22:04 +0100
committerAntoine A <>2024-03-07 23:22:04 +0100
commit6f079d6469f6d5ab9e603e27b8e965215d38587c (patch)
tree2d2b353c089102ad77e7acf3d43430d24db623ae /nexus/build.gradle
parentce979222b082f2d4d729ea150f0eec351325db8f (diff)
downloadlibeufin-6f079d6469f6d5ab9e603e27b8e965215d38587c.tar.gz
libeufin-6f079d6469f6d5ab9e603e27b8e965215d38587c.tar.bz2
libeufin-6f079d6469f6d5ab9e603e27b8e965215d38587c.zip
Merge ebics and nexus module
Diffstat (limited to 'nexus/build.gradle')
-rw-r--r--nexus/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 58e7858f..56eda968 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -22,7 +22,6 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
implementation(project(":common"))
- implementation(project(":ebics"))
// Command line parsing
implementation("com.github.ajalt.clikt:clikt:$clikt_version")