This is an automated email from the ASF dual-hosted git repository.

suvasude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d5d666  [GOBBLIN-1004] Downgrade Helix version at compile time to fix 
slf4j dependency
9d5d666 is described below

commit 9d5d6660fcc90ff7bd23a89d74739702e2efc7b8
Author: William Lo <w...@linkedin.com>
AuthorDate: Tue Dec 17 17:11:48 2019 -0800

    [GOBBLIN-1004] Downgrade Helix version at compile time to fix slf4j 
dependency
    
    Closes #2850 from Will-Lo/downgrade-helix-to-fix-
    slf4j
---
 gradle/scripts/dependencyDefinitions.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/scripts/dependencyDefinitions.gradle 
b/gradle/scripts/dependencyDefinitions.gradle
index 24c3a65..8ef4b3a 100644
--- a/gradle/scripts/dependencyDefinitions.gradle
+++ b/gradle/scripts/dependencyDefinitions.gradle
@@ -62,7 +62,7 @@ ext.externalDependency = [
     "hadoopYarnMiniCluster": "org.apache.hadoop:hadoop-minicluster:" + 
hadoopVersion,
     "hadoopAnnotations": "org.apache.hadoop:hadoop-annotations:" + 
hadoopVersion,
     "hadoopAws": "org.apache.hadoop:hadoop-aws:2.6.0",
-    "helix": "org.apache.helix:helix-core:0.9.1",
+    "helix": "org.apache.helix:helix-core:0.8.2",
     "hiveCommon": "org.apache.hive:hive-common:" + hiveVersion,
     "hiveService": "org.apache.hive:hive-service:" + hiveVersion,
     "hiveJdbc": "org.apache.hive:hive-jdbc:" + hiveVersion,

Reply via email to