File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,25 @@ There's a [README](https://github.com/apache/incubator-dubbo-samples/tree/master
6060<dependencies >
6161 <dependency >
6262 <groupId >org.apache.dubbo</groupId >
63- <artifactId >dubbo-parent </artifactId >
63+ <artifactId >dubbo</artifactId >
6464 <version >${dubbo.version}</version >
6565 </dependency >
6666 <dependency >
6767 <groupId >io.netty</groupId >
6868 <artifactId >netty-all</artifactId >
6969 </dependency >
70+ <dependency >
71+ <groupId >org.apache.curator</groupId >
72+ <artifactId >curator-framework</artifactId >
73+ </dependency >
74+ <dependency >
75+ <groupId >org.apache.curator</groupId >
76+ <artifactId >curator-recipes</artifactId >
77+ </dependency >
78+ <dependency >
79+ <groupId >org.apache.zookeeper</groupId >
80+ <artifactId >zookeeper</artifactId >
81+ </dependency >
7082</dependencies >
7183```
7284
You can’t perform that action at this time.
0 commit comments