You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2017/11/23 03:27:08 UTC

kylin git commit: Revert "KYLIN-2853 Upgrade Curator dependency to 2.12.0"

Repository: kylin
Updated Branches:
  refs/heads/master a53648f6c -> 07b7f82fb


Revert "KYLIN-2853 Upgrade Curator dependency to 2.12.0"

This reverts commit a53648f6c91d4941b1ba5379d582936f7d4e6ecc.


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/07b7f82f
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/07b7f82f
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/07b7f82f

Branch: refs/heads/master
Commit: 07b7f82fb763ed9644c9784ecce6cfcb33e3f03a
Parents: a53648f
Author: shaofengshi <sh...@apache.org>
Authored: Thu Nov 23 11:26:55 2017 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Thu Nov 23 11:26:55 2017 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/07b7f82f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90ac6dd..c85974a 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.12.0</curator.version>
+        <curator.version>2.7.1</curator.version>
         <jsr305.version>3.0.1</jsr305.version>
         <guava.version>14.0</guava.version>
         <jsch.version>0.1.53</jsch.version>