Added Spring-ws as a dependency, so that the new xmlStaxJob will run correctly, per BATCH-116

This commit is contained in:
lucasward
2007-09-24 05:59:17 +00:00
parent 9fb363bafb
commit de5af44898

View File

@@ -81,6 +81,22 @@
<artifactId>commons-dbcp</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.0-rc2</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee</artifactId>