Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Java-SCA-2.x
-
None
-
None
-
IBM JDK 7
-
Patch Available
Description
Build fails with:
IllegalArgumentException: The XMLInputFactory does not recognize the property "reuse-instance".
Reoccuring problem with IBM StAX parser, adding dependency for Woodstox parser fixes:
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>wstx-asl</artifactId>
<version>3.2.9</version>
<scope>test</scope>
</dependency>