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 dddeb25a74 Remove duplicate dependencies. (#15135)
dddeb25a74 is described below
commit dddeb25a74915076ec645ef719a86bb611225891
Author: wuwen <[email protected]>
AuthorDate: Sun Feb 16 15:35:16 2025 +0800
Remove duplicate dependencies. (#15135)
---
dubbo-rpc/dubbo-rpc-triple/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/dubbo-rpc/dubbo-rpc-triple/pom.xml
b/dubbo-rpc/dubbo-rpc-triple/pom.xml
index c4634b3c91..5d0a0140c4 100644
--- a/dubbo-rpc/dubbo-rpc-triple/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-triple/pom.xml
@@ -129,12 +129,6 @@
<version>${project.parent.version}</version>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo-cluster</artifactId>
- <version>${project.parent.version}</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>