RESOLVED - BATCH-981: Use Woodstox instead of ref impl of StaX

declared woodstox dependency as optional
This commit is contained in:
robokaso
2009-11-21 21:29:33 +00:00
parent b65a634d59
commit 8b512827dc

View File

@@ -169,6 +169,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<reporting>