Missing servlet-api dependency in pom.xml of jsf cartridce components
---------------------------------------------------------------------

         Key: JSF-37
         URL: http://jira.andromda.org/browse/JSF-37
     Project: JSF cartridge
        Type: Bug

    Reporter: Gabriele Contini
 Assigned to: Chad Brandon 
    Priority: Trivial


Hi! i just checked out the branch 3.3 of andromda and it didn't compile out of 
the box.
I had to add to the file /cartridges/andromda-jsf/components/pom.xml the 
following lines:

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.4</version>
        </dependency>

Seems this problem affects also on the HEAD version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

Reply via email to