[ http://jira.codehaus.org/browse/MEV-136?page=comments#action_51849 ]
Matt Raible commented on MEV-136:
---------------------------------
The jsp-api dependency seems to have a typo in it:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided></scope>
</dependency>
Should be <scope>provided</scope>
http://ibiblio.org/maven2/myfaces/myfaces-parent/1.1.1/myfaces-parent-1.1.1.pom
> MyFaces requires commons-digester and commons-el
> ------------------------------------------------
>
> Key: MEV-136
> URL: http://jira.codehaus.org/browse/MEV-136
> Project: Maven Evangelism
> Type: Bug
> Components: Invalid POM
> Reporter: Matt Raible
> Assignee: Edwin Punzalan
>
>
> Here's a revised version:
> <project>
> <modelVersion>4.0.0</modelVersion>
> <groupId>myfaces</groupId>
> <artifactId>myfaces-all</artifactId>
> <version>1.1.0</version>
> <dependencies>
> <dependency>
> <groupId>commons-digester</groupId>
> <artifactId>commons-digester</artifactId>
> <version>1.5</version>
> </dependency>
> <dependency>
> <groupId>commons-el</groupId>
> <artifactId>commons-el</artifactId>
> <version>1.0</version>
> </dependency>
> </dependencies>
> </project>
--
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]