dev@glassfish.java.net

Re: POM change : review request

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Wed, 14 Oct 2009 16:58:24 -0700

Looks fine. Thanks.

Vijay Ramachandran wrote:
> Jane,
>
> Please review the changes to the POMs (in root as well as
> packager/metro) that were reverted back earlier this morning.
>
> Vijay
>
> /workspace/v3$ svn diff
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 32771)
> +++ pom.xml (working copy)
> @@ -134,7 +134,8 @@
> <glassfish-corba.version>3.0.0-b030</glassfish-corba.version>
> <uc-pkg-client.version>1.122-38.2471</uc-pkg-client.version>
> <uc-pkg-bootstrap.version>1.122-38.2471</uc-pkg-bootstrap.version>
> - <webservices.version>2.0-b21</webservices.version>
> + <webservices.version>2.0-b23</webservices.version>
> + <woodstox.version>3.2.1-RC1</woodstox.version>
> <jaxb.version>2.2-promoted-b55</jaxb.version>
>
> <javax-persistence-api.version>2.0.0-M9</javax-persistence-api.version>
> <eclipselink.version>2.0.0-M9</eclipselink.version>
> @@ -876,6 +877,11 @@
> </dependency>
>
> <dependency>
> + <groupId>com.ctc.wstx</groupId>
> + <artifactId>woodstox-osgi</artifactId>
> + <version>${woodstox.version}</version>
> + </dependency>
> + <dependency>
> <groupId>com.sun.xml.ws</groupId>
> <artifactId>webservices-osgi</artifactId>
> <version>${webservices.version}</version>
> Index: packager/metro/pom.xml
> ===================================================================
> --- packager/metro/pom.xml (revision 32771)
> +++ packager/metro/pom.xml (working copy)
> @@ -82,6 +82,10 @@
> <version>${project.version}</version>
> </dependency>
> <dependency>
> + <groupId>com.ctc.wstx</groupId>
> + <artifactId>woodstox-osgi</artifactId>
> + </dependency>
> + <dependency>
> <groupId>com.sun.xml.ws</groupId>
> <artifactId>webservices-osgi</artifactId>
> </dependency>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>