Hello,
<dependencies> <dependency> <groupId>myfaces</groupId> <artifactId>myfaces-api</artifactId> <version>1.1.1</version> </exclusions> </dependency> <dependency> <groupId>myfaces</groupId> <artifactId>myfaces-impl</artifactId> <version>1.1.1</version> <scope>runtime</scope> </dependency> </dependencies>In general you either use myfaces-all *or* myfaces-api + myfaces-impl. (And myfaces-all might also have the Tomahawk components in it... I'd have to look.)
What about myfaces dependencies? (commons digester etc)
So you've mentioned. :) http://jira.codehaus.org/browse/MEV-136 http://jira.codehaus.org/browse/MEV-171 It's on my list to sort out... I haven't gotten there yet.
Do you need help? I can help you with these. Best regards, Piotrek --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
