summaryrefslogtreecommitdiff
path: root/nexus/build.gradle
diff options
context:
space:
mode:
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")