diff --git a/theodolite-benchmarks/uc1-commons/build.gradle b/theodolite-benchmarks/uc1-commons/build.gradle index c500eb92ffaab6bd24a0c2591fd7b34e326db59a..7f742b99d8555f8be8f0ac4861ba257b1913afef 100644 --- a/theodolite-benchmarks/uc1-commons/build.gradle +++ b/theodolite-benchmarks/uc1-commons/build.gradle @@ -13,14 +13,8 @@ repositories { } dependencies { - // Make this implementation once this is a local subproject. - // Currently, Flink needs its own version of these dependencies. -// compileOnly('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true } -// compileOnly('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true } - + implementation project(':commons') implementation 'com.google.code.gson:gson:2.8.9' testImplementation 'junit:junit:4.12' - - implementation project(':commons') }