You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/06/28 01:18:04 UTC

[jira] [Created] (SPARK-8683) Depend on mockito-core instead of mockito-all

Josh Rosen created SPARK-8683:
---------------------------------

             Summary: Depend on mockito-core instead of mockito-all
                 Key: SPARK-8683
                 URL: https://issues.apache.org/jira/browse/SPARK-8683
             Project: Spark
          Issue Type: Bug
          Components: Build
            Reporter: Josh Rosen
            Assignee: Josh Rosen


Spark's tests currently depend on {{mockito-all}}, which bundles Hamcrest and Objenesis classes. Instead, it should depend on {{mockito-core}}, which declares those libraries as Maven dependencies. This is necessary in order to fix a dependency conflict that leads to a NoSuchMethodError when using certain Hamcrest matchers.

See https://github.com/mockito/mockito/wiki/Declaring-mockito-dependency for more details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org