Skip to content

Commit

Permalink
Impr: Add Comment to flink-metrics-dropwizard at flinkExecutor (#6924)
Browse files Browse the repository at this point in the history
  • Loading branch information
lciolecki authored Sep 20, 2024
1 parent bfe8c4c commit 4ddb086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ lazy val flinkExecutor = (project in flink("executor"))
"org.apache.flink" % "flink-streaming-java" % flinkV % Provided,
"org.apache.flink" % "flink-runtime" % flinkV % Provided,
"org.apache.flink" % "flink-statebackend-rocksdb" % flinkV % Provided,
// This dependency must be provided, because some cloud providers, such as Ververica, already have it on their classpath, which may cause a conflict
"org.apache.flink" % "flink-metrics-dropwizard" % flinkV % Provided,
)
},
Expand Down

0 comments on commit 4ddb086

Please sign in to comment.