dev@glassfish.java.net

Re: Review request: appclient/acc pom.xml revision (v3.1)

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 14 Dec 2009 12:26:56 -0800

Looks fine. Thanks!

Tim Quinn wrote:
> Hi.
>
> App clients need to have the GlassFish-provided JAXB implementation
> JAR accessible, rather than relying on the corresponding classes in
> the Java SE runtime. That dependency was excluded from the pom. This
> change corrects that.
>
> Thanks.
>
> - Tim
>
>
> Index: appclient/client/acc/pom.xml
> ===================================================================
> --- appclient/client/acc/pom.xml (revision 35098)
> +++ appclient/client/acc/pom.xml (working copy)
> @@ -492,10 +492,18 @@
>
> <!-- endorsed: jaxb-api-osgi.jar -->
> <dependency>
> + <scope>runtime</scope>
> <groupId>javax.xml.bind</groupId>
> <artifactId>jaxb-api-osgi</artifactId>
> </dependency>
>
> + <!-- GlassFish-delivered version jaxb-osgi.jar -->
> + <dependency>
> + <scope>runtime</scope>
> + <groupId>com.sun.xml.bind</groupId>
> + <artifactId>jaxb-osgi</artifactId>
> + </dependency>
> +
> <!-- endorsed: webservices-api-osgi.jar -->
> <dependency>
> <groupId>javax.xml</groupId>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>