From fb336f8d678701f80cb3a6833ffca4089ccb2188 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Tue, 16 Mar 2021 11:17:02 +0100
Subject: [PATCH] Add missing GSON dependency

---
 theodolite-benchmarks/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theodolite-benchmarks/build.gradle b/theodolite-benchmarks/build.gradle
index 01085ba4f..4e49dc993 100644
--- a/theodolite-benchmarks/build.gradle
+++ b/theodolite-benchmarks/build.gradle
@@ -99,6 +99,7 @@ configure(useCaseApplicationsFlink) {
       // These dependencies are used internally, and not exposed to consumers on their own compile classpath.
       implementation 'org.apache.kafka:kafka-clients:2.2.0'
       implementation 'com.google.guava:guava:24.1-jre'
+      implementation 'com.google.code.gson:gson:2.8.2'
       implementation 'org.slf4j:slf4j-simple:1.6.1'
       compile project(':flink-commons')
 
-- 
GitLab