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

Fix unparsable string

parent 37946776
No related branches found
No related tags found
1 merge request!90Migrate Flink benchmark implementation
Pipeline #2210 failed
......@@ -112,7 +112,7 @@ configure(useCaseApplicationsFlink) {
implementation "org.apache.flink:flink-avro-confluent-registry:${flinkVersion}"
compile group: 'org.apache.flink', name: "flink-runtime-web_${scalaBinaryVersion}", version: "${flinkVersion}" // TODO: remove after development
compile group: 'org.apache.flink', name: "flink-statebackend-rocksdb_${scalaBinaryVersion}", version: "${flinkVersion}"
compile group: 'org.apache.flink', name: 'flink-metrics-prometheus_${scalaBinaryVersion}', version: "${flinkVersion}"
compile group: 'org.apache.flink', name: "flink-metrics-prometheus_${scalaBinaryVersion}", version: "${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