You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2022/06/06 02:00:41 UTC

[incubator-doris] branch master updated: [deps] upgrade fabric8 k8s client to compitable new k8s cluster (#9933)

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

yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 24ad11af6a [deps] upgrade fabric8 k8s client to compitable new k8s cluster (#9933)
24ad11af6a is described below

commit 24ad11af6a5f9c97821031b403b268986c6193a7
Author: Zhengguo Yang <ya...@gmail.com>
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 383afc4292..eab7c03f94 100644
--- a/dist/LICENSE-dist.txt
+++ b/dist/LICENSE-dist.txt
@@ -834,9 +834,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/)
@@ -1274,8 +1274,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 305e2a4ce6..6ebb3b0b29 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -373,11 +373,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 7c1045346e..43bab8adab 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -224,8 +224,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>
@@ -656,12 +656,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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org