[SOLVED] JSF api version

UI Components for JSF
Post Reply
rtozati
Posts: 38
Joined: 02 Dec 2011, 02:50

06 Dec 2011, 12:17

Hello,

I saw in primeface 3.0-RC1-SNAPSHOT that jsf dependencies are jsf-api 2.0.4-b09 and jsp-api 2.1. Is there a problem using newer versions of JSF api's? Follow bellow the dependencies from pom.xml of primefaces. Thanks!

Code: Select all

<dependency>
            <groupId>com.sun.faces</groupId>
            <artifactId>jsf-api</artifactId>
            <version>2.0.4-b09</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet.jsp</groupId>
            <artifactId>jsp-api</artifactId>
            <version>2.1</version>
            <scope>provided</scope>
        </dependency>
Last edited by rtozati on 06 Dec 2011, 13:22, edited 1 time in total.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

06 Dec 2011, 13:00

PrimeFaces is compatible with JSF 2.0 and JSF 2.1 APIs.

rtozati
Posts: 38
Joined: 02 Dec 2011, 02:50

06 Dec 2011, 13:17

Thanks!

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: Google [Bot] and 56 guests