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: [email protected]
For additional commands, e-mail: [email protected]