diff --git a/flink-kubernetes/pom.xml b/flink-kubernetes/pom.xml index 2e2a1d4fe51fa..6e1e3f53afc82 100644 --- a/flink-kubernetes/pom.xml +++ b/flink-kubernetes/pom.xml @@ -35,6 +35,17 @@ under the License. 4.5.2 + + + + + com.squareup.okhttp3 + okhttp + 3.12.1 + + + + @@ -57,54 +68,13 @@ under the License. io.fabric8 kubernetes-client ${kubernetes.client.version} - - - - com.squareup.okhttp3 - okhttp - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - - - com.squareup.okhttp3 - okhttp - 3.12.1 - io.fabric8 kubernetes-server-mock ${kubernetes.client.version} - - - com.squareup.okhttp3 - okhttp - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - test diff --git a/flink-kubernetes/src/main/resources/META-INF/NOTICE b/flink-kubernetes/src/main/resources/META-INF/NOTICE index 47837c2a1a597..9502c67d3790b 100644 --- a/flink-kubernetes/src/main/resources/META-INF/NOTICE +++ b/flink-kubernetes/src/main/resources/META-INF/NOTICE @@ -8,7 +8,7 @@ This project bundles the following dependencies under the Apache Software Licens - com.fasterxml.jackson.core:jackson-annotations:2.10.1 - com.fasterxml.jackson.core:jackson-core:2.10.1 -- com.fasterxml.jackson.core:jackson-databind:2.9.8 +- com.fasterxml.jackson.core:jackson-databind:2.10.1 - com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.9 - com.github.mifmif:generex:1.0.2 - com.squareup.okhttp3:logging-interceptor:3.12.0