You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andreas Höhmann (JIRA)" <de...@myfaces.apache.org> on 2007/07/11 18:11:04 UTC

[jira] Created: (TRINIDAD-98) missing depedency to javax.mail in trinidad-impl

missing depedency to javax.mail in trinidad-impl
------------------------------------------------

                 Key: TRINIDAD-98
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-98
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.0.2-core
            Reporter: Andreas Höhmann


you have to add

<dependency>
    <groupId>javax.mail</groupId>
    <artifactId>mail</artifactId>
    <version>1.4</version>
</dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.