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 0f8be9ec93 Fix compile failure
0f8be9ec93 is described below
commit 0f8be9ec935e206bf33036e87231793c0c06bb96
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Mar 14 16:53:04 2024 +0800
Fix compile failure
---
dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml
b/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml
index ff2b42a3fe..bfe5d422ce 100644
--- a/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml
+++ b/dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml
@@ -98,11 +98,6 @@
<artifactId>dubbo-serialization-fastjson2</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo-plugin-cluster-mergeable</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>