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

Carlos Sanchez commented on MEV-157:
------------------------------------

Ok, I see, I thought these were relocated.

Let's create reloaction poms for these two

> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to