From 9a99025bf52654f5798b933f27b22a39c6f359b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Tue, 21 Jul 2020 14:56:03 +0200 Subject: [PATCH] Update titan-ccp-common to version 0.0.4 --- build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 694a127ca..378db7837 100644 --- a/build.gradle +++ b/build.gradle @@ -57,10 +57,8 @@ allprojects { // Dependencies for all use cases configure(useCaseProjects) { dependencies { - // These dependencies is exported to consumers, that is to say found on their compile classpath. - api('org.industrial-devops:titan-ccp-common:0.0.3-SNAPSHOT') { changing = true } - api 'net.kieker-monitoring:kieker:1.14-SNAPSHOT' - api 'net.sourceforge.teetime:teetime:3.0' + // These dependencies are exported to consumers, that is to say found on their compile classpath. + api('org.industrial-devops:titan-ccp-common:0.0.4-SNAPSHOT') { changing = true } // These dependencies are used internally, and not exposed to consumers on their own compile classpath. implementation 'org.apache.kafka:kafka-clients:2.1.0' @@ -82,7 +80,7 @@ configure(commonProjects) { // These dependencies are used internally, and not exposed to consumers on their own compile classpath. implementation 'org.slf4j:slf4j-simple:1.6.1' - implementation('org.industrial-devops:titan-ccp-common:0.0.3-SNAPSHOT') { changing = true } + implementation('org.industrial-devops:titan-ccp-common:0.0.4-SNAPSHOT') { changing = true } // Use JUnit test framework testImplementation 'junit:junit:4.12' -- GitLab