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.