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 @@
<!-- Override this with -Denvironment=XXXX to change database type -->
<environment>hsql</environment>
</properties>
<profiles>
<profile>
<id>tiger</id>
<activation>
<jdk>1.5</jdk>
</activation>
<dependencies>
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.springframework.batch</groupId>
@@ -128,6 +114,10 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>