dev@glassfish.java.net

Re: pom review request: JSF 2.2 m11 integration

From: Romain Grecourt <romain.grecourt_at_oracle.com>
Date: Wed, 13 Mar 2013 17:45:10 +0100

On 3/13/13 5:36 PM, Edward Burns wrote:
> Hello Romain,
>
> Can you please review and approve these pom changes?
Looks good
>
> Index: appserver/javaee-api/pom.xml
> ===================================================================
> --- appserver/javaee-api/pom.xml (revision 60423)
> +++ appserver/javaee-api/pom.xml (working copy)
> @@ -147,7 +147,7 @@
> <phase>process-resources</phase>
> <configuration>
> <attachSources>true</attachSources>
> - <excludeArtifactIds>tools-jar,servlet-api</excludeArtifactIds>
> + <excludeArtifactIds>tools-jar,servlet-api,javax.faces</excludeArtifactIds>
> <excludes>javax/help/**</excludes>
> <includes>javax/**</includes>
> <excludeTransitive>true</excludeTransitive>
> Index: appserver/javaee-api/javax.javaee-web-api/pom.xml
> ===================================================================
> --- appserver/javaee-api/javax.javaee-web-api/pom.xml (revision 60423)
> +++ appserver/javaee-api/javax.javaee-web-api/pom.xml (working copy)
> @@ -136,6 +136,10 @@
> <optional>true</optional>
> </dependency>
> <dependency>
> + <groupId>org.glassfish</groupId>
> + <artifactId>javax.faces</artifactId>
> + </dependency>
> + <dependency>
> <groupId>javax.faces</groupId>
> <artifactId>javax.faces-api</artifactId>
> <optional>true</optional>
> Index: appserver/pom.xml
> ===================================================================
> --- appserver/pom.xml (revision 60423)
> +++ appserver/pom.xml (working copy)
> @@ -75,7 +75,7 @@
> <javax.xml.rpc-api.version>1.1</javax.xml.rpc-api.version>
> <javax.transaction-api.version>1.2-b03</javax.transaction-api.version>
> <jaxws-api.version>2.2.8</jaxws-api.version>
> - <javax.faces-api.version>2.1</javax.faces-api.version>
> + <javax.faces-api.version>2.2-m11</javax.faces-api.version>
> <cdi-api.version>1.1-PRD</cdi-api.version>
> <validation-api.version>1.1.0.CR1</validation-api.version>
> <javax.inject.version>1</javax.inject.version>
>