From d9e49b8d3bda1f4ef40bbdf436512c105adf552b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 9 Jun 2022 16:30:24 +0200
Subject: [PATCH] Some cleanup

---
 theodolite-benchmarks/uc1-commons/build.gradle | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/theodolite-benchmarks/uc1-commons/build.gradle b/theodolite-benchmarks/uc1-commons/build.gradle
index c500eb92f..7f742b99d 100644
--- a/theodolite-benchmarks/uc1-commons/build.gradle
+++ b/theodolite-benchmarks/uc1-commons/build.gradle
@@ -13,14 +13,8 @@ repositories {
 }
 
 dependencies {
-  // Make this implementation once this is a local subproject.
-  // Currently, Flink needs its own version of these dependencies.
-//  compileOnly('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true }
-//  compileOnly('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true }
-
+  implementation project(':commons')
   implementation 'com.google.code.gson:gson:2.8.9'
 
   testImplementation 'junit:junit:4.12'
-
-  implementation project(':commons')
 }
-- 
GitLab