dev@glassfish.java.net

Re: POM Change Request

From: Jason Lee <jason.d.lee_at_oracle.com>
Date: Fri, 18 Nov 2011 16:29:38 -0600

Sorry. I meant to do that. I think NB did that and I failed to catch it.

I'll make the change and commit. Thanks!

On 11/18/11 4:14 PM, Snjezana Sevo-Zenzerovic wrote:
> Small nit - could you please use ${project.version} instead of hard-coded 4.0-SNAPSHOT to version these new dependencies? Otherwise, looks fine to me.
>
> Thanks,
>
> Snjezana
>
> ----- Original Message -----
> From: jason.d.lee_at_oracle.com
> To: dev_at_glassfish.java.net
> Sent: Friday, November 18, 2011 2:08:23 PM GMT -08:00 US/Canada Pacific
> Subject: POM Change Request
>
> Moving some utilities from rest-service to rest-client.
>
> Index: nucleus/admin/rest/rest-client/pom.xml
> ===================================================================
> --- nucleus/admin/rest/rest-client/pom.xml (revision 50974)
> +++ nucleus/admin/rest/rest-client/pom.xml (working copy)
> @@ -74,5 +74,10 @@
> </exclusion>
> </exclusions>
> </dependency>
> +<dependency>
> +<groupId>org.glassfish.common</groupId>
> +<artifactId>common-util</artifactId>
> +<version>4.0-SNAPSHOT</version>
> +</dependency>
> </dependencies>
> </project>
> Index: nucleus/admin/rest/rest-service/pom.xml
> ===================================================================
> --- nucleus/admin/rest/rest-service/pom.xml (revision 50974)
> +++ nucleus/admin/rest/rest-service/pom.xml (working copy)
> @@ -80,13 +80,9 @@
> <groupId>org.glassfish.common</groupId>
> <artifactId>glassfish-api</artifactId>
> <version>${project.version}</version>
> +<scope>provided</scope>
> </dependency>
> <dependency>
> -<groupId>org.glassfish.common</groupId>
> -<artifactId>common-util</artifactId>
> -<version>${project.version}</version>
> -</dependency>
> -<dependency>
> <groupId>com.sun.jersey</groupId>
> <artifactId>jersey-server</artifactId>
> <scope>provided</scope>
> Index: appserver/admingui/common/pom.xml
> ===================================================================
> --- appserver/admingui/common/pom.xml (revision 50974)
> +++ appserver/admingui/common/pom.xml (working copy)
> @@ -146,9 +146,15 @@
> </dependency>
> <dependency>
> <groupId>org.glassfish.admin</groupId>
> -<artifactId>rest-service</artifactId>
> +<artifactId>rest-client</artifactId>
> <version>${project.version}</version>
> <scope>provided</scope>
> </dependency>
> +<dependency>
> +<groupId>org.glassfish.security</groupId>
> +<artifactId>security</artifactId>
> +<version>4.0-SNAPSHOT</version>
> +<scope>provided</scope>
> +</dependency>
> </dependencies>
> </project>
>


-- 
Jason Lee
Senior Member of Technical Staff, Oracle
GlassFish Team
Phone +1 (405) 216-3193
http://blogs.steeplesoft.com