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