From fefd592499307e0434826f90dd6482412e1da7c2 Mon Sep 17 00:00:00 2001 From: lorenz <stu203404@mail.uni-kiel.de> Date: Thu, 21 Oct 2021 15:20:28 +0200 Subject: [PATCH] Add confluent maven reposetory to kstreams-commons --- theodolite-benchmarks/kstreams-commons/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theodolite-benchmarks/kstreams-commons/build.gradle b/theodolite-benchmarks/kstreams-commons/build.gradle index e177aa5c4..c5a880acd 100644 --- a/theodolite-benchmarks/kstreams-commons/build.gradle +++ b/theodolite-benchmarks/kstreams-commons/build.gradle @@ -7,6 +7,9 @@ repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } + maven { + url 'https://packages.confluent.io/maven/' + } } dependencies { -- GitLab