jmock-cglib should depend on cglib
----------------------------------
Key: MEV-9
URL: http://jira.codehaus.org/browse/MEV-9
Project: Maven Evangelism
Type: Task
Components: Invalid POM
Reporter: Mark Hobson
jmock-cglib requires cglib but doesn't state so in it's dependencies. Needs
the following block:
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.1</version>
<scope>test</scope>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]