Skip to content

Commit

Permalink
Merge branch 'apache-3.3' into 3.3.0-beta.2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Mar 14, 2024
2 parents ca6ceaa + d5c484a commit 4a7f00f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions dubbo-distribution/dubbo-all-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 4a7f00f

Please sign in to comment.