dev@glassfish.java.net

Re: [v3] pom review request: appclient/server/core/pom.xml

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Thu, 09 Jul 2009 09:21:26 -0700

Changes look fine. Thanks.

Tim Quinn wrote:
> For Java Web Start support, GlassFish needs to be able to sign JARs
> just-in-time (using the same approach as we did in v2). To do so the
> app client deployment logic needs access to some GF security classes,
> hence the addition of the dependency on security.
>
> Thanks.
>
> - Tim
>
>
> Index: appclient/server/core/pom.xml
> ===================================================================
> --- appclient/server/core/pom.xml (revision 28743)
> +++ appclient/server/core/pom.xml (working copy)
> @@ -98,5 +98,10 @@
> <artifactId>appclient-connector</artifactId>
> <version>${project.version}</version>
> </dependency>
> + <dependency>
> + <groupId>org.glassfish.security</groupId>
> + <artifactId>security</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> </dependencies>
> </project>