File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
dubbo-demo/dubbo-demo-api Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 42
42
<groupId >org.apache.dubbo</groupId >
43
43
<artifactId >dubbo-registry-multicast</artifactId >
44
44
</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 >
45
53
<dependency >
46
54
<groupId >org.apache.dubbo</groupId >
47
55
<artifactId >dubbo-rpc-dubbo</artifactId >
Original file line number Diff line number Diff line change 44
44
<groupId >org.apache.dubbo</groupId >
45
45
<artifactId >dubbo-registry-multicast</artifactId >
46
46
</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 >
47
55
<dependency >
48
56
<groupId >org.apache.dubbo</groupId >
49
57
<artifactId >dubbo-rpc-dubbo</artifactId >
You can’t perform that action at this time.
0 commit comments