From dev-return-2330-apmail-mrunit-dev-archive=mrunit.apache.org@mrunit.apache.org Wed Apr 30 20:45:41 2014 Return-Path: X-Original-To: apmail-mrunit-dev-archive@www.apache.org Delivered-To: apmail-mrunit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C89A9101AB for ; Wed, 30 Apr 2014 20:45:41 +0000 (UTC) Received: (qmail 6743 invoked by uid 500); 30 Apr 2014 20:45:30 -0000 Delivered-To: apmail-mrunit-dev-archive@mrunit.apache.org Received: (qmail 6632 invoked by uid 500); 30 Apr 2014 20:45:28 -0000 Mailing-List: contact dev-help@mrunit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mrunit.apache.org Delivered-To: mailing list dev@mrunit.apache.org Received: (qmail 6450 invoked by uid 99); 30 Apr 2014 20:45:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2014 20:45:23 +0000 Date: Wed, 30 Apr 2014 20:45:23 +0000 (UTC) From: "Alexandre Normand (JIRA)" To: dev@mrunit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MRUNIT-208) mrunit unnecessarily depends on mockito-all MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MRUNIT-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986058#comment-13986058 ] Alexandre Normand commented on MRUNIT-208: ------------------------------------------ [~lukas.nalezenec]: You're right, maven 2 works. Alternatively, updating the {{maven-dependency-plugin}} to {{2.8}} fixes the issue. Maybe I should open another JIRA? > 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 > Fix For: 1.1.0 > > 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)