dev@glassfish.java.net

Re: POM Change Request

From: Jane Young <jane.young_at_oracle.com>
Date: Wed, 26 May 2010 12:30:35 -0700

Looks fine.


Jason Lee wrote:
> In the console, we need to move our REST prototype code into our main
> module. Doing so requires a POM change, which is below. The dep is
> marked as provided, as the bits are actually in jersey-gf-bundle.jar
> created during packaging, so we just need this dep to compile.
>
> Index: admingui/common/pom.xml
> ===================================================================
> --- admingui/common/pom.xml (revision 37266)
> +++ admingui/common/pom.xml (working copy)
> @@ -146,5 +146,10 @@
> <groupId>com.sun.faces</groupId>
> <artifactId>jsf-api</artifactId>
> </dependency>
> + <dependency>
> + <groupId>com.sun.jersey</groupId>
> + <artifactId>jersey-client</artifactId>
> + <scope>provided</scope>
> + </dependency>
> </dependencies>
> </project>
>