You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Francesco Tinti (JIRA)" <ji...@codehaus.org> on 2006/04/23 21:19:19 UTC

[jira] Created: (MEV-377) Fix cglib dependency in groovy-1.0-jsr-05

Fix cglib dependency in groovy-1.0-jsr-05
-----------------------------------------

         Key: MEV-377
         URL: http://jira.codehaus.org/browse/MEV-377
     Project: Maven Evangelism
        Type: Bug

  Components: Invalid POM  
    Reporter: Francesco Tinti


Dependency should be
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.1</version>
    </dependency>
instead of 
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>nodep-2.1</version>
    </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


[jira] Closed: (MEV-377) Fix cglib dependency in groovy-1.0-jsr-05

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-377?page=all ]
     
Carlos Sanchez closed MEV-377:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Fixed, but you should use
groovy
groovy
1.0-jsr-05

> Fix cglib dependency in groovy-1.0-jsr-05
> -----------------------------------------
>
>          Key: MEV-377
>          URL: http://jira.codehaus.org/browse/MEV-377
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: Francesco Tinti
>     Assignee: Carlos Sanchez

>
>
> Dependency should be
>     <dependency>
>       <groupId>cglib</groupId>
>       <artifactId>cglib-nodep</artifactId>
>       <version>2.1</version>
>     </dependency>
> instead of 
>     <dependency>
>       <groupId>cglib</groupId>
>       <artifactId>cglib</artifactId>
>       <version>nodep-2.1</version>
>     </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