[jbossws-commits] JBossWS SVN: r8124 - in stack/native/trunk: modules/core and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Aug 22 08:28:39 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-08-22 08:28:38 -0400 (Fri, 22 Aug 2008)
New Revision: 8124

Modified:
   stack/native/trunk/modules/core/pom.xml
   stack/native/trunk/pom.xml
Log:
Fixing dependencies


Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml	2008-08-20 09:40:09 UTC (rev 8123)
+++ stack/native/trunk/modules/core/pom.xml	2008-08-22 12:28:38 UTC (rev 8124)
@@ -110,17 +110,15 @@
     </dependency>
     <dependency>
       <groupId>com.sun.xml.ws</groupId>
+      <artifactId>jaxws-rt</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.xml.ws</groupId>
       <artifactId>jaxws-tools</artifactId>
     </dependency>
     <dependency>
       <groupId>org.codehaus.jettison</groupId>
       <artifactId>jettison</artifactId>
-       <exclusions>
-          <exclusion>
-             <groupId>stax</groupId>
-             <artifactId>stax-api</artifactId>
-          </exclusion>          
-       </exclusions>
     </dependency>
     <dependency>
       <groupId>javax.xml.bind</groupId>

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2008-08-20 09:40:09 UTC (rev 8123)
+++ stack/native/trunk/pom.xml	2008-08-22 12:28:38 UTC (rev 8124)
@@ -253,7 +253,7 @@
         </exclusions>
       </dependency>
       
-      <!-- transitve dependencies -->
+      <!-- transitive dependencies -->
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
@@ -288,6 +288,10 @@
             <groupId>com.sun.xml.messaging.saaj</groupId>
             <artifactId>saaj-impl</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.sun.xml.stream</groupId>
+            <artifactId>sjsxp</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>




More information about the jbossws-commits mailing list