Repository: kylin Updated Branches: refs/heads/master 0be3ae31b -> a53648f6c
KYLIN-2853 Upgrade Curator dependency to 2.12.0 Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/a53648f6 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/a53648f6 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a53648f6 Branch: refs/heads/master Commit: a53648f6c91d4941b1ba5379d582936f7d4e6ecc Parents: 0be3ae3 Author: shaofengshi <[email protected]> Authored: Wed Nov 22 15:20:31 2017 +0800 Committer: shaofengshi <[email protected]> Committed: Wed Nov 22 15:20:31 2017 +0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/a53648f6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c85974a..90ac6dd 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ <!-- Hadoop Common deps, keep compatible with hadoop2.version --> <zookeeper.version>3.4.8</zookeeper.version> - <curator.version>2.7.1</curator.version> + <curator.version>2.12.0</curator.version> <jsr305.version>3.0.1</jsr305.version> <guava.version>14.0</guava.version> <jsch.version>0.1.53</jsch.version>
