From 2cacaa8faf26ad86195995cc61a8f140179c5c61 Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Wed, 17 Nov 2021 17:25:50 +0100
Subject: [PATCH] Remove douple slf4j

---
 theodolite-benchmarks/beam-commons/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/theodolite-benchmarks/beam-commons/build.gradle b/theodolite-benchmarks/beam-commons/build.gradle
index c3b07a8b3..ba814e1ed 100644
--- a/theodolite-benchmarks/beam-commons/build.gradle
+++ b/theodolite-benchmarks/beam-commons/build.gradle
@@ -18,7 +18,6 @@ dependencies {
   implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
   implementation 'com.google.code.gson:gson:2.8.2'
   implementation 'com.google.guava:guava:24.1-jre'
-  implementation 'org.slf4j:slf4j-simple:1.7.25'
 
   implementation('org.apache.beam:beam-sdks-java-io-kafka:2.22.0'){
     exclude group: 'org.apache.kafka', module: 'kafka-clients'
-- 
GitLab