dev@glassfish.java.net

POM change : Splitting woodstox out of webservices-osgi

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Thu, 08 Oct 2009 22:58:20 -0700

Please review and approve the following changes to two pom files. This
change is to take woodstox bits out of webservices-osgi.jar and put them
in a new woodsotx-osgi.jar binary

Thanks

Vijay

vijaysr_at_tveli:/workspace/v3$ svn diff
===================================================================
Index: pom.xml
===================================================================
--- pom.xml (revision 32499)
+++ 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-b22</webservices.version>
+ <woodstox.version>3.2.1-SNAPSHOT</woodstox.version>
         <jaxb.version>2.2-promoted-b55</jaxb.version>
         
<javax-persistence-api.version>2.0.0-M8</javax-persistence-api.version>
         <eclipselink.version>2.0.0-M8</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 32499)
+++ 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>