You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2005/11/15 09:07:06 UTC

[jira] Closed: (MEV-157) Invalid deps in the dumbster pom

     [ http://jira.codehaus.org/browse/MEV-157?page=all ]
     
Carlos Sanchez closed MEV-157:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Won't Fix

The dependencies are right, just relocated (which doesn't mean they're wrong)

> Invalid deps in the dumbster pom 
> ---------------------------------
>
>          Key: MEV-157
>          URL: http://jira.codehaus.org/browse/MEV-157
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Matt Todd
>     Assignee: Carlos Sanchez

>
>
>   <dependencies>
>     <dependency>
>       <groupId>activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javamail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>
> Should be:
>   <dependencies>
>     <dependency>
>       <groupId>javax.activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>     </dependency>
>     <dependency>
>       <groupId>javax.mail</groupId>
>       <artifactId>mail</artifactId>
>       <version>1.3.2</version>
>     </dependency>
>   </dependencies>

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org