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

[jira] Created: (MEV-79) javamail has wrong dependency on activation

javamail has wrong dependency on activation
-------------------------------------------

         Key: MEV-79
         URL: http://jira.codehaus.org/browse/MEV-79
     Project: Maven Evangelism
        Type: Bug
  Components: Dependencies  
 Reporter: Christoph Sturm


both
http://www.ibiblio.org/maven2/javamail/javamail/1.3.2/javamail-1.3.2.pom
http://www.ibiblio.org/maven2/javamail/javamail/1.3.1/javamail-1.3.1.pom
declare

  <dependencies>
    <dependency>
      <groupId>jaf</groupId>
      <artifactId>activation</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>

this should be

  <dependencies>
    <dependency>
      <groupId>javax.activation</groupId>
      <artifactId>activation</artifactId>
      <version>1.0.2</version>
      <scope>runtime</scope>
    </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


[jira] Closed: (MEV-79) javamail has wrong dependency on activation

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

     Assign To: Carlos Sanchez
    Resolution: Won't Fix

Those poms are old and will be deprecated when possible, you should take a look at the ones under javax.mail

> javamail has wrong dependency on activation
> -------------------------------------------
>
>          Key: MEV-79
>          URL: http://jira.codehaus.org/browse/MEV-79
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Christoph Sturm
>     Assignee: Carlos Sanchez

>
>
> both
> http://www.ibiblio.org/maven2/javamail/javamail/1.3.2/javamail-1.3.2.pom
> http://www.ibiblio.org/maven2/javamail/javamail/1.3.1/javamail-1.3.1.pom
> declare
>   <dependencies>
>     <dependency>
>       <groupId>jaf</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>       <scope>runtime</scope>
>     </dependency>
>   </dependencies>
> this should be
>   <dependencies>
>     <dependency>
>       <groupId>javax.activation</groupId>
>       <artifactId>activation</artifactId>
>       <version>1.0.2</version>
>       <scope>runtime</scope>
>     </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