wolfboys commented on code in PR #4007:
URL: 
https://github.com/apache/incubator-streampark/pull/4007#discussion_r1736317506


##########
streampark-flink/streampark-flink-shims/streampark-flink-shims-base/pom.xml:
##########
@@ -105,6 +105,19 @@
             <artifactId>hadoop-client-runtime</artifactId>
             <optional>true</optional>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-yarn${scala.binary.flink.version}</artifactId>
+            <version>${flink.version}</version>
+            <scope>provided</scope>
+            <exclusions>

Review Comment:
   Maven scope is "provided". We don't need to specify exclusions. These 
dependencies will be automatically excluded.
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to