Hmmm, hard question since I think most people use JSF 1.2 on 1.4 container
still. I would say yes, but we should add a wiki entry for using Trinidad
1.2 on an 1.4 container stating that you must add dependencies in your
project's POM.

Regards,

~ Simon

On 7/18/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

Should these dependencies be provided, since JSF 1.2 is part of the
container ?

...
> +        <dependency>
> +          <groupId>org.apache.myfaces.core</groupId>
> +          <artifactId>myfaces-api</artifactId>
> +          <version>1.2.0</version>
> +          <scope>compile</scope>
> +        </dependency>
> +
> +        <dependency>
> +          <groupId>org.apache.myfaces.core</groupId>
> +          <artifactId>myfaces-impl</artifactId>
> +          <version>1.2.0</version>
> +          <scope>runtime</scope>
> +        </dependency>
> +      </dependencies>
> +    </profile>

-Matthias

--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org


--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to