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.

Reply via email to