Author: alessio.soldano(a)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>
Show replies by date