You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Jay Sen (Jira)" <ji...@apache.org> on 2019/11/13 05:10:00 UTC

[jira] [Created] (GOBBLIN-959) gobblin-http module fails to compile due to missing dependency

Jay Sen created GOBBLIN-959:
-------------------------------

             Summary: gobblin-http module fails to compile due to missing dependency
                 Key: GOBBLIN-959
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-959
             Project: Apache Gobblin
          Issue Type: Bug
    Affects Versions: 0.14.0
            Reporter: Jay Sen
             Fix For: 0.15.0


{{you can see folllowing error while compiling this module }}

{{./gradlew :gobblin-module:gobblin-http:build -x findbugsMain -x rat -x checkstyleMain}}

{{> Task :gobblin-modules:gobblin-http:compileTestJava FAILED}}
{{/Users/jsenjaliya/src/apache/gobblin/gobblin-modules/gobblin-http/src/test/java/org/apache/gobblin/util/HttpUtilsTest.java:28: error: package junit.framework does not exist}}
{{import junit.framework.Assert;}}
{{ ^}}

 

{{its basically missing the junit dependency in gradle file}}

 



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