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

albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new d5c484a643 Fix compile failure
d5c484a643 is described below

commit d5c484a64396bf763b1c057802a5656afe98eb9f
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Mar 14 17:31:49 2024 +0800

    Fix compile failure
---
 dubbo-distribution/dubbo-all-shaded/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dubbo-distribution/dubbo-all-shaded/pom.xml 
b/dubbo-distribution/dubbo-all-shaded/pom.xml
index b172ba4324..8f60eb20b5 100644
--- a/dubbo-distribution/dubbo-all-shaded/pom.xml
+++ b/dubbo-distribution/dubbo-all-shaded/pom.xml
@@ -134,15 +134,6 @@
       <optional>true</optional>
     </dependency>
 
-    <!-- kubernetes -->
-    <dependency>
-      <groupId>org.apache.dubbo</groupId>
-      <artifactId>dubbo-kubernetes</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-      <optional>true</optional>
-    </dependency>
-
     <!-- metadata -->
     <dependency>
       <groupId>org.apache.dubbo</groupId>
@@ -418,15 +409,6 @@
       <optional>true</optional>
     </dependency>
 
-    <!-- xds -->
-    <dependency>
-      <groupId>org.apache.dubbo</groupId>
-      <artifactId>dubbo-xds</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-      <optional>true</optional>
-    </dependency>
-
     <!-- Transitive dependencies -->
     <dependency>
       <groupId>io.netty</groupId>
@@ -534,8 +516,6 @@
                   
<include>org.apache.dubbo:dubbo-serialization-hessian2</include>
                   
<include>org.apache.dubbo:dubbo-serialization-fastjson2</include>
                   <include>org.apache.dubbo:dubbo-serialization-jdk</include>
-                  <include>org.apache.dubbo:dubbo-kubernetes</include>
-                  <include>org.apache.dubbo:dubbo-xds</include>
                   <include>io.netty:*</include>
                 </includes>
               </artifactSet>

Reply via email to