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

Add missing GSON dependency

parent d6b1789a
No related branches found
No related tags found
1 merge request!90Migrate Flink benchmark implementation
Pipeline #2362 passed
...@@ -99,6 +99,7 @@ configure(useCaseApplicationsFlink) { ...@@ -99,6 +99,7 @@ configure(useCaseApplicationsFlink) {
// These dependencies are used internally, and not exposed to consumers on their own compile classpath. // These dependencies are used internally, and not exposed to consumers on their own compile classpath.
implementation 'org.apache.kafka:kafka-clients:2.2.0' implementation 'org.apache.kafka:kafka-clients:2.2.0'
implementation 'com.google.guava:guava:24.1-jre' implementation 'com.google.guava:guava:24.1-jre'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'org.slf4j:slf4j-simple:1.6.1' implementation 'org.slf4j:slf4j-simple:1.6.1'
compile project(':flink-commons') compile project(':flink-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