summaryrefslogtreecommitdiff
path: root/ebics/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ebics/build.gradle')
-rw-r--r--ebics/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/ebics/build.gradle b/ebics/build.gradle
index 59a3c51b..c50939dc 100644
--- a/ebics/build.gradle
+++ b/ebics/build.gradle
@@ -18,11 +18,6 @@ sourceSets.main.java.srcDirs = ["src/main/kotlin"]
dependencies {
implementation(project(":common"))
- // XML Stuff
- implementation("jakarta.xml.bind:jakarta.xml.bind-api:2.3.3")
- implementation("org.glassfish.jaxb:jaxb-runtime:2.3.9")
- implementation("org.apache.santuario:xmlsec:2.3.4")
-
implementation("io.ktor:ktor-http:$ktor_version")
implementation("org.jetbrains.kotlin:kotlin-test:$kotlin_version")
} \ No newline at end of file