[ http://jira.codehaus.org/browse/MEV-9?page=comments#action_48022 ]
Joerg Schaible commented on MEV-9: ---------------------------------- The attached POM will break applications using ASM 2.0 (like Groovy). Please use this dependency instead: <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>2.1_2</version> <scope>test</scope> </dependency> > 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 > Assignee: Edwin Punzalan > Attachments: jmock-cglib-1.0.1.pom > > > 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]
