Skip to content

Commit

Permalink
made flink-clients runtimeOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
sonam-vend committed Jan 21, 2021
1 parent 02e3666 commit 5d83602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runners/flink/flink_runner.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ dependencies {
compile library.java.slf4j_api
compile library.java.joda_time
compile library.java.args4j
runtimeOnly "org.apache.flink:flink-clients_2.11:$flink_version"
compile "org.apache.flink:flink-core:$flink_version"
compile "org.apache.flink:flink-metrics-core:$flink_version"
compile "org.apache.flink:flink-java:$flink_version"
Expand Down

0 comments on commit 5d83602

Please sign in to comment.