[ 
https://issues.apache.org/jira/browse/MRUNIT-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986007#comment-13986007
 ] 

Lukas Nalezenec commented on MRUNIT-208:
----------------------------------------

There is still one transitive dependency on mockito-all:

mvn dependency:tree 

[INFO] +- org.powermock:powermock-api-mockito:jar:1.5.1:compile
[INFO] |  +- org.mockito:mockito-all:jar:1.9.5:compile
[INFO] |  \- org.powermock:powermock-api-support:jar:1.5.1:compile


> mrunit unnecessarily depends on mockito-all
> -------------------------------------------
>
>                 Key: MRUNIT-208
>                 URL: https://issues.apache.org/jira/browse/MRUNIT-208
>             Project: MRUnit
>          Issue Type: Improvement
>            Reporter: Alexandre Normand
>            Priority: Minor
>         Attachments: MRUNIT-208.patch
>
>
> mrunit depends on mockito but it brings it in as {{mockito-all}}. 
> {{mockito-all}} bundles {{hamcrest}} with it and makes it harder for 
> downstream projects to manage/analyse their dependencies cleanly. 
> I suggest that, to be a good citizen, mrunit declares explicit dependencies 
> on {{mockito-core}} instead as well as a {{test}} scoped dependency on 
> {{hamcrest-core}}.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to