From e9984ff7c5442fcff8593471098cc744a89f1eb7 Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Sun, 28 Aug 2022 09:52:53 +0800 Subject: [PATCH] Shade kubernetes and xds module --- 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 81f17eb1c0b..e01555d3c56 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 d38fb8ffc10..b32d60a983f 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