wangyang0918 commented on a change in pull request #125:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/125#discussion_r837174311



##########
File path: flink-kubernetes-operator/pom.xml
##########
@@ -61,6 +61,12 @@ under the License.
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-clients_${scala.version}</artifactId>
             <version>${flink.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.flink</groupId>
+                    <artifactId>flink-scala_${scala.version}</artifactId>
+                </exclusion>
+            </exclusions>

Review comment:
       I am almost sure we are not using scala classes in the 
`flink-kubernetes-operator`. That is the reason I excluded it to reduce the jar 
size. But I could add it back if you are concerned about this.




-- 
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