Skip to content

Commit 1420698

Browse files
awayingsbeiwei30
authored andcommitted
dubbo-parent是头文件不包含依赖。替换成dubbo, 同时增加zk连接的依赖。因为curator-framework在dubbo-dependencies当中去除掉了zookeeper的包,所以外部使用的时候需要额外配置. (#3516)
1 parent 6a70284 commit 1420698

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)