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

switched to woodstox-core-asl 4.0.6
This commit is contained in:
robokaso
2009-11-21 21:23:26 +00:00
parent c8f0680da4
commit b65a634d59
7 changed files with 25 additions and 52 deletions

View File

@@ -13,18 +13,6 @@
<relativePath>../spring-batch-parent</relativePath>
</parent>
<profiles>
<profile>
<id>tiger</id>
<activation>
<jdk>1.5</jdk>
</activation>
<dependencies>
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
</dependency>
</dependencies>
</profile>
<profile>
<id>default</id>
<activation>
@@ -133,6 +121,11 @@
<artifactId>xstream</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>