summaryrefslogtreecommitdiff
path: root/opendc-format/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-08-18 12:11:22 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-08-24 11:47:52 +0200
commita23ad09d5a1c4033781bd5403ad766cae83a2beb (patch)
treee117d0636847a30ec7115d9aab5d9de094f5251d /opendc-format/build.gradle.kts
parent51515bb255b3b32ca3020419a0c84130a4d8d370 (diff)
refactor(format): Clean up Bitbrains trace reader to enable re-use
This change updates the code for the Bitbrains trace reader and upgrades the TraceConverter to re-use existing code of the Bitbrains trace reader.
Diffstat (limited to 'opendc-format/build.gradle.kts')
-rw-r--r--opendc-format/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-format/build.gradle.kts b/opendc-format/build.gradle.kts
index e19e0ec8..c8e30846 100644
--- a/opendc-format/build.gradle.kts
+++ b/opendc-format/build.gradle.kts
@@ -38,6 +38,7 @@ dependencies {
api(libs.jackson.module.kotlin) {
exclude(group = "org.jetbrains.kotlin", module = "kotlin-reflect")
}
+ implementation(libs.jackson.dataformat.csv)
implementation(kotlin("reflect"))
/* This configuration is necessary for a slim dependency on Apache Parquet */