From 06c71c2340e61b62c1c0bb136c1972a8637744ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de>
Date: Mon, 28 Sep 2020 09:13:09 +0200
Subject: [PATCH] Remove unused gradle configurations from uc3 and uc4
 subproject

uc3 and uc4 had still some unnecassary configurations that are not
needed, because they are already configured in the root project.
This configuration may confuse developers.
---
 uc3-application/build.gradle | 12 ------------
 uc4-application/build.gradle | 12 ------------
 2 files changed, 24 deletions(-)

diff --git a/uc3-application/build.gradle b/uc3-application/build.gradle
index 82df66fae..aa96b6dbf 100644
--- a/uc3-application/build.gradle
+++ b/uc3-application/build.gradle
@@ -1,13 +1 @@
-allprojects {
-	repositories {
-    	maven {
-    		url 'https://packages.confluent.io/maven/'
-    	}
-	}
-}
-
-dependencies {
-    compile('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT')
-}
-
 mainClassName = "theodolite.uc3.application.HistoryService"
diff --git a/uc4-application/build.gradle b/uc4-application/build.gradle
index c5891b2bf..566630221 100644
--- a/uc4-application/build.gradle
+++ b/uc4-application/build.gradle
@@ -1,13 +1 @@
-allprojects {
-	repositories {
-    	maven {
-    		url 'https://packages.confluent.io/maven/'
-    	}
-	}
-}
-
-dependencies {
-    compile('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT')
-}
-
 mainClassName = "theodolite.uc4.application.HistoryService"
-- 
GitLab