aboutsummaryrefslogtreecommitdiff
path: root/nexus/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/build.gradle')
-rw-r--r--nexus/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 879621f3..5c082385 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -21,8 +21,8 @@ dependencies {
// Core language libraries
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
- // LibEuFin util library
- implementation(project(":util"))
+ implementation(project(":common"))
+ implementation(project(":ebics"))
// XML parsing/binding and encryption
implementation("javax.xml.bind:jaxb-api:2.3.0")