Skip to content

Commit 171ed25

Browse files
mzorroralf0131
authored andcommitted
[Dubbo-4765] fix demo dependencies (apache#4832)
* fix demo run * add multicast
1 parent 10ef042 commit 171ed25

File tree

2 files changed

+16
-0
lines changed
  • dubbo-demo/dubbo-demo-api

2 files changed

+16
-0
lines changed

dubbo-demo/dubbo-demo-api/dubbo-demo-api-consumer/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
<groupId>org.apache.dubbo</groupId>
4343
<artifactId>dubbo-registry-multicast</artifactId>
4444
</dependency>
45+
<dependency>
46+
<groupId>org.apache.dubbo</groupId>
47+
<artifactId>dubbo-registry-zookeeper</artifactId>
48+
</dependency>
49+
<dependency>
50+
<groupId>org.apache.dubbo</groupId>
51+
<artifactId>dubbo-configcenter-zookeeper</artifactId>
52+
</dependency>
4553
<dependency>
4654
<groupId>org.apache.dubbo</groupId>
4755
<artifactId>dubbo-rpc-dubbo</artifactId>

dubbo-demo/dubbo-demo-api/dubbo-demo-api-provider/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@
4444
<groupId>org.apache.dubbo</groupId>
4545
<artifactId>dubbo-registry-multicast</artifactId>
4646
</dependency>
47+
<dependency>
48+
<groupId>org.apache.dubbo</groupId>
49+
<artifactId>dubbo-registry-zookeeper</artifactId>
50+
</dependency>
51+
<dependency>
52+
<groupId>org.apache.dubbo</groupId>
53+
<artifactId>dubbo-configcenter-zookeeper</artifactId>
54+
</dependency>
4755
<dependency>
4856
<groupId>org.apache.dubbo</groupId>
4957
<artifactId>dubbo-rpc-dubbo</artifactId>

0 commit comments

Comments
 (0)