wangyang0918 commented on a change in pull request #125:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/125#discussion_r837160894
##########
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:
The scala dependency was introduced by `flink-streaming-java_2.12`. I
remember the root cause is about akka.
--
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]