From a23ad09d5a1c4033781bd5403ad766cae83a2beb Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 18 Aug 2021 12:11:22 +0200 Subject: 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. --- opendc-format/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'opendc-format/build.gradle.kts') 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 */ -- cgit v1.2.3