From db210e02d43d477f229958a8869258c868e51b3b Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Thu, 1 Sep 2022 09:48:02 +0800 Subject: [PATCH] Shade kubernetes and xds module (#10514) --- dubbo-distribution/dubbo-all/pom.xml | 16 ++++++++++++++++ dubbo-distribution/dubbo-bom/pom.xml | 10 ++++++++++ 2 files changed, 26 insertions(+) diff --git a/dubbo-distribution/dubbo-all/pom.xml b/dubbo-distribution/dubbo-all/pom.xml index 81f17eb1c0..e01555d3c5 100644 --- a/dubbo-distribution/dubbo-all/pom.xml +++ b/dubbo-distribution/dubbo-all/pom.xml @@ -311,6 +311,20 @@ compile true + + org.apache.dubbo + dubbo-kubernetes + ${project.version} + compile + true + + + org.apache.dubbo + dubbo-xds + ${project.version} + compile + true + @@ -444,6 +458,8 @@ org.apache.dubbo:dubbo-serialization-jdk org.apache.dubbo:dubbo-serialization org.apache.dubbo:dubbo-compiler + org.apache.dubbo:dubbo-kubernetes + org.apache.dubbo:dubbo-xds diff --git a/dubbo-distribution/dubbo-bom/pom.xml b/dubbo-distribution/dubbo-bom/pom.xml index d38fb8ffc1..b32d60a983 100644 --- a/dubbo-distribution/dubbo-bom/pom.xml +++ b/dubbo-distribution/dubbo-bom/pom.xml @@ -265,6 +265,16 @@ dubbo-configcenter-nacos ${project.version} + + org.apache.dubbo + dubbo-kubernetes + ${project.version} + + + org.apache.dubbo + dubbo-xds + ${project.version} + org.apache.dubbo