You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2019/12/14 01:38:37 UTC

[GitHub] [incubator-gobblin] Will-Lo commented on a change in pull request #2850: [GOBBLIN-1004] Downgrade Helix version at compile time to fix slf4j dependency

Will-Lo commented on a change in pull request #2850: [GOBBLIN-1004] Downgrade Helix version at compile time to fix slf4j dependency
URL: https://github.com/apache/incubator-gobblin/pull/2850#discussion_r357888111
 
 

 ##########
 File path: gobblin-cluster/build.gradle
 ##########
 @@ -51,6 +51,7 @@ dependencies {
   compile externalDependency.helix
 
   runtime project(":gobblin-modules:gobblin-service-kafka")
+  runtime "org.apache.helix:helix-core:0.9.1"
 
 Review comment:
   Sounds good, I realized later it still kept the issue as well

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services