summaryrefslogtreecommitdiff
path: root/nexus/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/build.gradle')
-rw-r--r--nexus/build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index be202f45..58e7858f 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -24,9 +24,6 @@ dependencies {
implementation(project(":common"))
implementation(project(":ebics"))
- // XML parsing/binding and encryption
- implementation("jakarta.xml.bind:jakarta.xml.bind-api:2.3.3")
-
// Command line parsing
implementation("com.github.ajalt.clikt:clikt:$clikt_version")
implementation("org.postgresql:postgresql:$postgres_version")