dev@glassfish.java.net

POM Change Request

From: Jason Lee <jason.d.lee_at_oracle.com>
Date: Wed, 26 May 2010 14:27:35 -0500

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>

-- 
Jason Lee
Senior Member of Technical Staff
GlassFish Administration Console
Oracle Corporation
Phone: 405-216-3193
Blog http://blogs.steeplesoft.com