Skip to content

Commit

Permalink
zk remoting
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Jan 19, 2019
1 parent 2b5b478 commit 2d83e2a
Show file tree
Hide file tree
Showing 22 changed files with 1,199 additions and 905 deletions.
15 changes: 14 additions & 1 deletion whatsmars-zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>Zookeeper Startup and Demo</description>

<properties>
<zookeeper.version>3.4.13</zookeeper.version>
<zookeeper.version>3.4.8</zookeeper.version>
</properties>

<dependencies>
Expand All @@ -29,6 +29,19 @@
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
</dependency>
<dependency>
<groupId>com.101tec</groupId>
<artifactId>zkclient</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-common</artifactId>
<version>${dubbo.version}</version>
</dependency>
</dependencies>


Expand Down
178 changes: 0 additions & 178 deletions whatsmars-zk/src/main/java/org/hongxi/whatsmars/zk/CommonClient.java

This file was deleted.

Loading

0 comments on commit 2d83e2a

Please sign in to comment.