webtier@glassfish.java.net

JSF 2.0 - maven dependencies ?

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Fri, 16 Oct 2009 15:59:47 +0200

what are the latest JSF Maven dependencies ?

I tried:

                <dependency>
                        <groupId>com.sun.faces</groupId>
                        <artifactId>jsf-api</artifactId>
                        <version>2.0-LATEST</version>
                        <scope>compile</scope>
                </dependency>

but it failed :(