Skip to content

Commit

Permalink
Update ZK version to 3.4.10 (apache#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Jun 8, 2017
1 parent 96a4c4f commit 70abe6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ flexible messaging model and an intuitive client API.</description>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<bookkeeper.version>4.3.1.60-yahoo</bookkeeper.version>

<zookeeper.version>3.4.10</zookeeper.version>
<netty.version>4.0.46.Final</netty.version>
<storm.version>0.9.5</storm.version>
<jetty.version>9.3.11.v20160721</jetty.version>
Expand Down Expand Up @@ -153,14 +153,14 @@ flexible messaging model and an intuitive client API.</description>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.8</version>
<version>${zookeeper.version}</version>
</dependency>

<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<classifier>tests</classifier>
<version>3.4.8</version>
<version>${zookeeper.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 70abe6d

Please sign in to comment.