[
https://issues.apache.org/jira/browse/DIRMINA-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627923#action_12627923
]
Julien Vermillard commented on DIRMINA-619:
-------------------------------------------
after checking maven dependencies report :
http://mina.apache.org/report/trunk/mina-core/dependencies.html
look like they are correctly scoped as test.
Am I making a mistake there ?
> Mark easymock as test dependency in maven pom.xml
> -------------------------------------------------
>
> Key: DIRMINA-619
> URL: https://issues.apache.org/jira/browse/DIRMINA-619
> Project: MINA
> Issue Type: Improvement
> Components: Core
> Affects Versions: 2.0.0-M3
> Reporter: syvalta
>
> Currently Maven pom.xml for core includes following dependencies:
> <dependency>
> <groupId>org.easymock</groupId>
> <artifactId>easymock</artifactId>
> </dependency>
>
> <dependency>
> <groupId>org.easymock</groupId>
> <artifactId>easymockclassextension</artifactId>
> </dependency>
> I would assume that they are test dependencies, so adding <scope>test</scope>
> to them would be good to prevent them to be included in wars etc. Unless I'm
> mistaken and they really are needed at runtime, which I find highly unlikely.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.