diff --git a/build.gradle b/build.gradle index 694a127ca58774bbe8c243e74996e412488adbf0..378db78373409b7f532e70f2e5e01cf0085a9f5f 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'