Skip to content

Commit

Permalink
fixes #830 remove zookeeper registry as nobody is using it (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Nov 23, 2020
1 parent 1647019 commit b59ea22
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 822 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,6 @@
<artifactId>consul</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>cors</artifactId>
Expand Down
93 changes: 0 additions & 93 deletions zookeeper/pom.xml

This file was deleted.

27 changes: 0 additions & 27 deletions zookeeper/src/main/java/com/networknt/zookeeper/ZkNodeType.java

This file was deleted.

62 changes: 0 additions & 62 deletions zookeeper/src/main/java/com/networknt/zookeeper/ZkUtils.java

This file was deleted.

0 comments on commit b59ea22

Please sign in to comment.