Skip to content
Snippets Groups Projects
Commit d9e49b8d authored by Sören Henning's avatar Sören Henning
Browse files

Some cleanup

parent 84411274
No related branches found
No related tags found
1 merge request!266Move Titan classes to Theodolite
...@@ -13,14 +13,8 @@ repositories { ...@@ -13,14 +13,8 @@ repositories {
} }
dependencies { dependencies {
// Make this implementation once this is a local subproject. implementation project(':commons')
// 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 'com.google.code.gson:gson:2.8.9' implementation 'com.google.code.gson:gson:2.8.9'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
implementation project(':commons')
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment