You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/12/01 18:33:11 UTC

[jira] Created: (MYFACES-2988) add el-api dependency to myfaces 2.0 archetypes

add el-api dependency to myfaces 2.0 archetypes
-----------------------------------------------

                 Key: MYFACES-2988
                 URL: https://issues.apache.org/jira/browse/MYFACES-2988
             Project: MyFaces Core
          Issue Type: Task
          Components: Archetype
            Reporter: Jakob Korherr
            Assignee: Jakob Korherr


The following maven dependency is needed in order to use ValueExpression and MethodExpression in the code:

<dependency>
    <groupId>javax.el</groupId>
    <artifactId>el-api</artifactId>
    <version>1.0</version>
    <scope>provided</scope>
</dependency>

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


[jira] Resolved: (MYFACES-2988) add el-api dependency to myfaces 2.0 archetypes

Posted by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr resolved MYFACES-2988.
------------------------------------

    Resolution: Fixed

added el-api dependency and updated MyFaces version to 2.0.3 and OWB version to 1.0.0.

> add el-api dependency to myfaces 2.0 archetypes
> -----------------------------------------------
>
>                 Key: MYFACES-2988
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2988
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: Archetype
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>
> The following maven dependency is needed in order to use ValueExpression and MethodExpression in the code:
> <dependency>
>     <groupId>javax.el</groupId>
>     <artifactId>el-api</artifactId>
>     <version>1.0</version>
>     <scope>provided</scope>
> </dependency>

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