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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Oct 24 10:31:03 EDT 2008


Author: alessio.soldano at jboss.com
Date: 2008-10-24 10:31:02 -0400 (Fri, 24 Oct 2008)
New Revision: 8549

Modified:
   stack/native/trunk/modules/core/pom.xml
   stack/native/trunk/pom.xml
Log:
[JBWS-2371] Fix maven build to include right woodstox artifact


Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml	2008-10-24 07:04:23 UTC (rev 8548)
+++ stack/native/trunk/modules/core/pom.xml	2008-10-24 14:31:02 UTC (rev 8549)
@@ -148,7 +148,7 @@
       <artifactId>policy</artifactId>
     </dependency>
     <dependency>
-      <groupId>woodstox</groupId>
+      <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-lgpl</artifactId>
     </dependency>
     <dependency>

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2008-10-24 07:04:23 UTC (rev 8548)
+++ stack/native/trunk/pom.xml	2008-10-24 14:31:02 UTC (rev 8549)
@@ -327,7 +327,7 @@
         <version>${wscommons.policy.version}</version>
       </dependency>
       <dependency>
-        <groupId>woodstox</groupId>
+        <groupId>org.codehaus.woodstox</groupId>
         <artifactId>wstx-lgpl</artifactId>
         <version>${woodstox.version}</version>
       </dependency>




More information about the jbossws-commits mailing list