The woodstox dependency groupId changed from wstx to woodstox.
[[[
Changed dependency groupId from "wstx" to "woodstox"
* pom.xml - Fixed groupId in dependencyManagement.
* parser/pom.xml - Fixed groupId in dependencies.
* extensions/pom.xml - Fixed groupId in dependencies.
]]]
--
Stephen Duncan Jr
www.stephenduncanjr.com
Index: java/trunk/extensions/pom.xml
===================================================================
--- java/trunk/extensions/pom.xml (revision 422134)
+++ java/trunk/extensions/pom.xml (working copy)
@@ -45,7 +45,7 @@
<artifactId>stax</artifactId>
</dependency>
<dependency>
- <groupId>wstx</groupId>
+ <groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</dependency>
</dependencies>
Index: java/trunk/pom.xml
===================================================================
--- java/trunk/pom.xml (revision 422134)
+++ java/trunk/pom.xml (working copy)
@@ -98,7 +98,7 @@
</dependency>
<dependency>
- <groupId>wstx</groupId>
+ <groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>2.0.5</version>
<scope>runtime</scope>
Index: java/trunk/parser/pom.xml
===================================================================
--- java/trunk/parser/pom.xml (revision 422134)
+++ java/trunk/parser/pom.xml (working copy)
@@ -43,7 +43,7 @@
<artifactId>stax</artifactId>
</dependency>
<dependency>
- <groupId>wstx</groupId>
+ <groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</dependency>
<dependency>