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

Add missing Gradle dependencies

parent 8c172f32
No related branches found
No related tags found
1 merge request!90Migrate Flink benchmark implementation
Pipeline #2289 failed
......@@ -12,6 +12,9 @@ dependencies {
compile group: 'org.apache.flink', name: "flink-statebackend-rocksdb_${scalaBinaryVersion}", version: "${flinkVersion}"
compile group: 'org.apache.flink', name: "flink-runtime_${scalaBinaryVersion}", version: "${flinkVersion}"
compile group: 'org.apache.flink', name: 'flink-java', version: "${flinkVersion}"
compile group: 'org.apache.flink', name: "flink-streaming-java_${scalaBinaryVersion}", version:"${flinkVersion}"
implementation "org.apache.flink:flink-avro:${flinkVersion}"
implementation "org.apache.flink:flink-avro-confluent-registry:${flinkVersion}"
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
......
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