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

Fix Flink dependency conflict

parent 219815ab
Branches
Tags
No related merge requests found
Pipeline #6621 passed
...@@ -13,8 +13,10 @@ repositories { ...@@ -13,8 +13,10 @@ repositories {
} }
dependencies { dependencies {
implementation('org.industrial-devops:titan-ccp-common:0.1.0-SNAPSHOT') { changing = true } // Make this implementation once this is a local subproject.
implementation('org.industrial-devops:titan-ccp-common-kafka:0.1.0-SNAPSHOT') { changing = true } // 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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment