From 4fa74e1f89f31e729ac6815ec74187ba84ed3ce5 Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Thu, 21 Oct 2021 14:41:11 +0200 Subject: [PATCH] RM unnecesary dependencies from uc1-beam Co-authored-by: Jan Bensien <stu128012@mail.uni-kiel.de> --- theodolite-benchmarks/uc1-beam-flink/build.gradle | 1 - theodolite-benchmarks/uc1-beam-samza/build.gradle | 2 -- 2 files changed, 3 deletions(-) diff --git a/theodolite-benchmarks/uc1-beam-flink/build.gradle b/theodolite-benchmarks/uc1-beam-flink/build.gradle index 1927aee41..be973e271 100644 --- a/theodolite-benchmarks/uc1-beam-flink/build.gradle +++ b/theodolite-benchmarks/uc1-beam-flink/build.gradle @@ -15,7 +15,6 @@ allprojects { dependencies { compile group: 'org.apache.beam', name: 'beam-sdks-java-core', version: '2.22.0' compile group: 'org.apache.beam', name: 'beam-runners-flink-1.12', version: '2.27.0' - compile('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') compile('org.apache.beam:beam-sdks-java-io-kafka:2.22.0'){ exclude group: 'org.apache.kafka', module: 'kafka-clients' diff --git a/theodolite-benchmarks/uc1-beam-samza/build.gradle b/theodolite-benchmarks/uc1-beam-samza/build.gradle index f17805ee0..906023d42 100644 --- a/theodolite-benchmarks/uc1-beam-samza/build.gradle +++ b/theodolite-benchmarks/uc1-beam-samza/build.gradle @@ -14,8 +14,6 @@ allprojects { dependencies { compile group: 'org.apache.beam', name: 'beam-sdks-java-core', version: '2.22.0' - compile('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') - compile group: 'org.apache.beam', name: 'beam-runners-samza', version: '2.22.0' compile('org.apache.beam:beam-sdks-java-io-kafka:2.22.0'){ -- GitLab