From eea3d6fff772f1e148c1f3897b19ea3e78e6117d Mon Sep 17 00:00:00 2001 From: Till Rohrmann Date: Mon, 3 Feb 2020 15:02:13 +0100 Subject: [PATCH] [FLINK-15864][k8s] Upgrade jackson-databind dependency to 2.10.1 This closes #11000. --- flink-kubernetes/pom.xml | 52 ++++--------------- .../src/main/resources/META-INF/NOTICE | 2 +- 2 files changed, 12 insertions(+), 42 deletions(-) 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