[ http://jira.codehaus.org/browse/MEV-136?page=all ]
Edwin Punzalan closed MEV-136:
------------------------------
Resolution: Fixed
Fixed the typo. Sorry about that, "mvn validate" didn't catch that. Thanks!
> 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]