Repository: helix Updated Branches: refs/heads/helix-0.6.x 8268ca822 -> c7ac985ef
Make sure all dependant service using zookeeper 3.4.9 version. Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/c7ac985e Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/c7ac985e Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/c7ac985e Branch: refs/heads/helix-0.6.x Commit: c7ac985ef421d463dca7fc17d8fdce9ac843c51e Parents: 8268ca8 Author: Lei Xia <[email protected]> Authored: Thu Oct 13 15:38:55 2016 -0700 Committer: Lei Xia <[email protected]> Committed: Thu Oct 13 15:38:55 2016 -0700 ---------------------------------------------------------------------- helix-core/helix-core-0.6.6-SNAPSHOT.ivy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/c7ac985e/helix-core/helix-core-0.6.6-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-core/helix-core-0.6.6-SNAPSHOT.ivy b/helix-core/helix-core-0.6.6-SNAPSHOT.ivy index 8143ca0..c2647d4 100644 --- a/helix-core/helix-core-0.6.6-SNAPSHOT.ivy +++ b/helix-core/helix-core-0.6.6-SNAPSHOT.ivy @@ -47,7 +47,7 @@ under the License. <dependencies> <dependency org="log4j" name="log4j" rev="1.2.15" conf="compile->compile(default);runtime->runtime(default);default->default"/> - <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.6" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.9" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="org.codehaus.jackson" name="jackson-core-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="org.codehaus.jackson" name="jackson-mapper-asl" rev="1.8.5" conf="compile->compile(default);runtime->runtime(default);default->default"/> <dependency org="commons-io" name="commons-io" rev="1.4" conf="compile->compile(default);runtime->runtime(default);default->default"/>
