[ http://jira.codehaus.org/browse/MEV-65?page=comments#action_45459 ] 

Joerg Schaible commented on MEV-65:
-----------------------------------

CAUTION: This POM for jmock-cglib will have version issues. It references CGLIB 
2.1 which has a transitive dependency to ASM 1.x ... which in turn is 
incompatible to any project already using ASM 2.x. Therefore it should reference

      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.1_2</version>

Despite the newer (bug fixed) version of CGLIB, this artifact contains also a 
private copy of the necessary ASM 1.x classes.

- Jörg


> dependencies not set inside ibiblio repository.
> -----------------------------------------------
>
>          Key: MEV-65
>          URL: http://jira.codehaus.org/browse/MEV-65
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Gilles Scokart
>  Attachments: jmock-cglib-1.0.1.pom, velocity-1.4.pom
>
>
> I'm not sure where to put it, I already tried : 
> http://jira.codehaus.org/browse/JMOCK-78 (without success)
> The file jmock-cglib-1.0.1.pom stored on ibiblio, used by maven don't 
> contains a dependency with cglib, but it should.
> Because of that, the users of maven2 are still forced to place the dependency 
> themself, with the risk of taking a wrong version.
> I also found that velocity doesn't have a dependency to velocity-dep.

-- 
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]

Reply via email to