MOBIN-F commented on code in PR #3643: URL: https://github.com/apache/flink-cdc/pull/3643#discussion_r1954172258
########## flink-cdc-composer/pom.xml: ########## @@ -61,6 +61,12 @@ limitations under the License. <artifactId>flink-kubernetes</artifactId> <version>${flink.version}</version> </dependency> + <dependency> + <groupId>org.apache.flink</groupId> + <artifactId>flink-yarn</artifactId> + <version>${flink.version}</version> + <scope>provided</scope> Review Comment: flink-yarn is only required at compile time and is provided by the flink environment at runtime -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org