Blame SOURCES/jettison-update-woodstox-version.patch

ae808f
--- a/pom.xml
ae808f
+++ b/pom.xml
ae808f
@@ -26,9 +26,9 @@
ae808f
       <version>1.0.1</version>
ae808f
     </dependency>
ae808f
 	<dependency> 
ae808f
-		<groupId>woodstox</groupId> 
ae808f
-		<artifactId>wstx-asl</artifactId> 
ae808f
-		<version>3.2.2</version> 
ae808f
+		<groupId>org.codehaus.woodstox</groupId> 
ae808f
+		<artifactId>woodstox-core-asl</artifactId> 
ae808f
+		<version>4.1.2</version> 
ae808f
 		<scope>test</scope>
ae808f
 	</dependency>    
ae808f
   </dependencies>