You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "William Lo (Jira)" <ji...@apache.org> on 2019/12/14 00:38:00 UTC

[jira] [Created] (GOBBLIN-1004) Helix version introduces incompatible slf4j version

William Lo created GOBBLIN-1004:
-----------------------------------

             Summary: Helix version introduces incompatible slf4j version
                 Key: GOBBLIN-1004
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1004
             Project: Apache Gobblin
          Issue Type: Bug
            Reporter: William Lo


The version of Helix from [GOBBLIN-996] downloads a transitive dependency of slf4j, version 1.7.25, that is incompatible with the current dependency of slf4j 1.7.21

Causes this error to be raised immediately at runtime.

{code:java}
Exception in thread "main" java.lang.NoSuchMethodError: org.slf4j.helpers.Util.safeGetSystemProperty(Ljava/lang/String;)Ljava/lang/String;
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)