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

@@ -16,20 +16,6 @@
<version>2.1.0.CI-SNAPSHOT</version>
<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>
</profiles>
<build>
<plugins>
<plugin>
@@ -180,6 +166,10 @@
<artifactId>spring-tx</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
</dependency>
</dependencies>
<reporting>
<plugins>