Skip to content

Commit

Permalink
BOOKKEEPER-970: Bump the zookeeper version to 3.5
Browse files Browse the repository at this point in the history
in DL, we need to leverage the asynchronous version of 'multi' in zookeeper. so this jira is to bump the zookeeper version to 3.5 to support async multi.

Author: Sijie Guo <sijie@apache.org>

Reviewers: Enrico Olivelli <eolivelli@gmail.com>

Closes #79 from sijie/sijie/bump_zookeeper_version
  • Loading branch information
sijie committed Mar 23, 2017
1 parent 986110c commit 1e4ccaf
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 33 deletions.
6 changes: 6 additions & 0 deletions bookkeeper-benchmark/pom.xml
Expand Up @@ -74,6 +74,12 @@
<version>${zookeeper.version}</version>
<type>jar</type>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand Down
6 changes: 6 additions & 0 deletions bookkeeper-server/pom.xml
Expand Up @@ -69,6 +69,12 @@
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
Expand Down

0 comments on commit 1e4ccaf

Please sign in to comment.