History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: JSF-37
Type: Bug Bug
Status: Open Open
Priority: Trivial Trivial
Assignee: Chad Brandon
Reporter: Gabriele Contini
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
JSF cartridge

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

Created: 03/Oct/07 08:53 PM   Updated: 03/Oct/07 08:53 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


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

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.