You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/08/05 08:58:35 UTC

[flink] branch master updated: [FLINK-18749][k8s] Correct dependencies in Kubernetes pom

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ece02f  [FLINK-18749][k8s] Correct dependencies in Kubernetes pom
8ece02f is described below

commit 8ece02fec6206c01bc73003ec681641bc2d0e973
Author: wangyang0918 <da...@alibaba-inc.com>
AuthorDate: Tue Aug 4 19:04:48 2020 +0800

    [FLINK-18749][k8s] Correct dependencies in Kubernetes pom
    
    This closes #13058.
---
 flink-kubernetes/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/flink-kubernetes/pom.xml b/flink-kubernetes/pom.xml
index e587557..074049d 100644
--- a/flink-kubernetes/pom.xml
+++ b/flink-kubernetes/pom.xml
@@ -132,7 +132,6 @@ under the License.
 									<include>com.squareup.okhttp3:*</include>
 									<include>com.squareup.okio:okio</include>
 									<include>org.yaml:*</include>
-									<include>com.mifmif:*</include>
 									<include>dk.brics.automaton:*</include>
 
 									<include>META-INF/services/org.apache.flink.*</include>
@@ -174,10 +173,6 @@ under the License.
 									<shadedPattern>org.apache.flink.kubernetes.shaded.org.yaml</shadedPattern>
 								</relocation>
 								<relocation>
-									<pattern>com.mifmif</pattern>
-									<shadedPattern>org.apache.flink.kubernetes.shaded.com.mifmif</shadedPattern>
-								</relocation>
-								<relocation>
 									<pattern>dk.brics.automaton</pattern>
 									<shadedPattern>org.apache.flink.kubernetes.shaded.dk.brics.automaton</shadedPattern>
 								</relocation>