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

[jira] Commented: (MEV-171) MyFaces is complete mess

In-Reply-To: <11...@codehaus01.managed.contegix.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

    [ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49943 ] 

Alexandre Poitras commented on MEV-171:
---------------------------------------

Whoops get ride of the first dependecy please :

    <dependency>
        <groupId>myfaces</groupId>
        <artifactId>myfaces</artifactId>
        <version>1.0.9</version>
    </dependency> 

> MyFaces is complete mess

> --------------------------
>
>          Key: MEV-171
>          URL: http://jira.codehaus.org/browse/MEV-171
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Alexandre Poitras

>
>
> The dependencies should be like that. I don't know how to clean the dependencies for the "standalone" myfaces composants (jsf-api,jsf-impl, tomahawk, ..). Note that I haven't tested that yet, (I will as soon as I deploy my app). The dependencies added there are based on the informations found on the page http://myfaces.apache.org/gettingstarted.html.
> <dependencies>
>     <dependency>
>         <groupId>myfaces</groupId>
>         <artifactId>myfaces</artifactId>
>         <version>1.0.9</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-beanutils</groupId>
>         <artifactId>commons-beanutils</artifactId>
>         <version>1.7.0</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-codec</groupId>
>         <artifactId>commons-codec</artifactId>
>         <version>1.3.0</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-collections</groupId>
>         <artifactId>commons-collections</artifactId>
>         <version>3.1</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-digester</groupId>
>         <artifactId>commons-digester</artifactId>
>         <version>1.7</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-el</groupId>
>         <artifactId>commons-el</artifactId>
>         <version>1.0</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-fileupload</groupId>
>         <artifactId> commons-fileupload</artifactId>
>         <version>1.0</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-lang</groupId>
>         <artifactId> commons-lang</artifactId>
>         <version>2.1</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-logging</groupId>
>         <artifactId>commons-logging</artifactId>
>         <version>1.0.4</version>
>     </dependency>
>     <dependency>
>         <groupId>commons-validator</groupId>
>         <artifactId>commons-validator</artifactId>
>         <version>1.1.4</version>
>     </dependency>
>     <dependency>
>         <groupId>jakarta-oro</groupId>
>         <artifactId>jakarta-oro</artifactId>
>         <version/>
>     </dependency>
>     <dependency>
>         <groupId>oro</groupId>
>         <artifactId>oro</artifactId>
>         <version>2.0.8</version>
>     </dependency>
>     <!-- this one is tricky, it is said to use jsp-2.0.jar from tomcat but I can't find it -->
>     <!-- we can use "provided" as scope here but wouldn't be compatible for those without a J2EE 1.4 container -->
>     <dependency>
>         <groupId>tomcat</groupId>
>         <artifactId>jsp-api</artifactId>
>         <version>5.0.18</version>
>     </dependency>
>     <dependency>
>         <groupId>jstl</groupId>
>         <artifactId>jstl</artifactId>
>         <version>1.1.2</version>
>     </dependency>
>     <dependency>
>         <groupId>jstl</groupId>
>         <artifactId>portlet-api</artifactId>
>         <version>1.1.2</version>
>     </dependency>
>     <dependency>
>         <groupId>servlet-api</groupId>
>         <artifactId>servlet-api</artifactId>
>         <version>2.3</version>
>         <scope>provided></scope>
>     </dependency>
>     <!-- only for tiles support -->
>     <dependency>
>         <groupId>struts</groupId>
>         <artifactId>struts</artifactId>
>         <version>1.2.7</version>
>     </dependency>
>     <dependency>
>         <groupId>taglibrarydoc</groupId>
>         <artifactId>tlddoc</artifactId>
>         <version>1.2</version>
>     </dependency>
>     <dependency>
>         <groupId>xdoclet</groupId>
>         <artifactId>xdoclet</artifactId>
>         <version>1.2.3</version>
>     </dependency>
>     <dependency>
>         <groupId>xdoclet</groupId>
>         <artifactId>xjavadoc</artifactId>
>         <version>1.1</version>
>     </dependency>
>     <dependency>
>         <groupId>junit</groupId>
>         <artifactId>junit</artifactId>
>         <version>3.8.1</version>
>         <scope>test</scope>
>     </dependency>
>     <dependency>
>         <groupId>easymock</groupId>
>         <artifactId>easymock</artifactId>
>         <version>1.1</version>
>         <scope>test</scope>
>     </dependency>
>     <dependency>
>         <groupId>easymock</groupId>
>         <artifactId>easymockclassextension</artifactId>
>         <version>1.1</version>
>         <scope>test</scope>
>     </dependency>
>     <dependency>
>         <groupId>cargo</groupId>
>         <artifactId>cargo</artifactId>
>         <version>0.6</version>
>         <scope>test</scope>
>     </dependency>
> </dependencies>

-- 
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