You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Matt Raible (JIRA)" <ji...@codehaus.org> on 2005/11/23 22:41:06 UTC

[jira] Reopened: (MEV-136) MyFaces requires commons-digester and commons-el

     [ http://jira.codehaus.org/browse/MEV-136?page=all ]
     
Matt Raible reopened MEV-136:
-----------------------------


commons-codec should be 1.3 instead of 1.3.0.  I don't need this in my project, but I'll trust what others have said on this list.  Since it's needed by Acegi, it's likely I'll need to include this JAR in my projects anyway.

> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org