This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 2ee25d31a0a557f55ea757799ae8f5d24135aa0f Author: Zhengguo Yang <[email protected]> AuthorDate: Mon Jun 6 10:00:36 2022 +0800 [deps] upgrade fabric8 k8s client to compitable new k8s cluster (#9933) --- dist/LICENSE-dist.txt | 6 ++---- fe/fe-core/pom.xml | 5 ----- fe/pom.xml | 10 ++-------- 3 files changed, 4 insertions(+), 17 deletions(-) diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt index 913b698d54..b5c06c89bd 100644 --- a/dist/LICENSE-dist.txt +++ b/dist/LICENSE-dist.txt @@ -830,9 +830,9 @@ The Apache Software License, Version 2.0 * EL: - commons-el:commons-el:1.0 (http://jakarta.apache.org/commons/el/) * Fabric8 :: Kubernetes :: Java Client: - - io.fabric8:kubernetes-client:1.4.27 (http://fabric8.io/kubernetes-client/) + - io.fabric8:kubernetes-client:5.12.2 (http://fabric8.io/kubernetes-client/) * Fabric8 :: Kubernetes Model: - - io.fabric8:kubernetes-model:1.0.64 (http://fabric8.io/kubernetes-model/) + - io.fabric8:kubernetes-model:5.12.2 (http://fabric8.io/kubernetes-model/) * FindBugs-jsr305: - com.google.code.findbugs:jsr305:3.0.0 (http://findbugs.sourceforge.net/) - com.google.code.findbugs:jsr305:3.0.2 (http://findbugs.sourceforge.net/) @@ -1270,8 +1270,6 @@ The Apache Software License, Version 2.0 - com.univocity:univocity-parsers:2.7.3 (http://github.com/univocity/univocity-parsers) * wildfly-common: - org.wildfly.common:wildfly-common:1.3.0.Final (http://www.jboss.org/wildfly-common) - * zjsonpatch: - - io.fabric8:zjsonpatch:0.2.3 (https://github.com/fabric8io/zjsonpatch/) * Apache XBean :: ASM 6 shaded (repackaged): - org.apache.xbean:xbean-asm6-shaded:4.8 (http://geronimo.apache.org/maven/xbean/4.8/xbean-asm6-shaded) * Jettison: diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index dd553ca754..1f3b4a6f4e 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -351,11 +351,6 @@ under the License. <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> - <!-- https://mvnrepository.com/artifact/io.fabric8/zjsonpatch --> - <dependency> - <groupId>io.fabric8</groupId> - <artifactId>zjsonpatch</artifactId> - </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> <dependency> <groupId>org.slf4j</groupId> diff --git a/fe/pom.xml b/fe/pom.xml index 9ef8b9912b..be3cec77ac 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -158,8 +158,8 @@ under the License. <snappy-java.version>1.1.7.2</snappy-java.version> <automaton.version>1.11-8</automaton.version> <generex.version>1.0.1</generex.version> - <kubernetes-client.version>1.4.27</kubernetes-client.version> - <kubernetes-model.version>1.0.64</kubernetes-model.version> + <kubernetes-client.version>5.12.2</kubernetes-client.version> + <kubernetes-model.version>5.12.2</kubernetes-model.version> <logging-interceptor.version>4.7.2</logging-interceptor.version> <okhttp.version>4.7.2</okhttp.version> <okhttp-ws.version>3.4.2</okhttp-ws.version> @@ -572,12 +572,6 @@ under the License. <artifactId>validation-api</artifactId> <version>${validation-api.version}</version> </dependency> - <!-- https://mvnrepository.com/artifact/io.fabric8/zjsonpatch --> - <dependency> - <groupId>io.fabric8</groupId> - <artifactId>zjsonpatch</artifactId> - <version>${zjsonpatch.version}</version> - </dependency> <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> <dependency> <groupId>org.slf4j</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
