--- etc/poms/jaxws-api.pom.sav0	2007-11-08 18:14:19.000000000 -0500
+++ etc/poms/jaxws-api.pom	2010-07-26 22:17:58.000000000 -0400
@@ -55,9 +55,9 @@
       <version>1.3</version>
     </dependency>
     <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
-      <version>1.0</version>
+      <groupId>org.jboss.javaee</groupId>
+      <artifactId>jboss-ejb-api</artifactId>
+      <version>3.0.0.GA</version>
     </dependency>
     <dependency>
       <groupId>javax.jws</groupId>
--- etc/poms/jaxws-rt.pom.sav0	2009-04-03 12:51:55.000000000 -0400
+++ etc/poms/jaxws-rt.pom	2010-07-26 22:16:16.000000000 -0400
@@ -56,20 +56,20 @@
       <artifactId>jaxb-impl</artifactId>
       <version>@JAXB_VERSION@</version>
     </dependency>
-    <dependency>
+    <!--<dependency>
       <groupId>com.sun.xml.messaging.saaj</groupId>
       <artifactId>saaj-impl</artifactId>
       <version>1.3.3</version>
-    </dependency>
+    </dependency>-->
     <dependency>
-      <groupId>com.sun.xml.stream.buffer</groupId>
+      <groupId>sun-jaxws</groupId>
       <artifactId>streambuffer</artifactId>
-      <version>0.9</version>
+      <version>2.1.7</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-      <version>3.2.3</version>
+      <artifactId>wstx</artifactId>
+      <version>3.2.9</version>
     </dependency>
 <!-- If you want to use SJSXP StAX parser, uncomment this and comment
      woodstox one
@@ -80,19 +80,19 @@
     </dependency>
 -->
     <dependency>
-      <groupId>org.jvnet.staxex</groupId>
+      <groupId>sun-jaxws</groupId>
       <artifactId>stax-ex</artifactId>
-      <version>1.2</version>
+      <version>2.1.3</version>
     </dependency>
-    <dependency>
+    <!--<dependency>
       <groupId>com.sun.org.apache.xml.internal</groupId>
       <artifactId>resolver</artifactId>
       <version>20050927</version>
-    </dependency>
-    <dependency>
+    </dependency>-->
+    <!--<dependency>
       <groupId>org.jvnet</groupId>
       <artifactId>mimepull</artifactId>
       <version>1.3</version>
-    </dependency>
+    </dependency>-->
   </dependencies>
 </project>
