BATCH-1685: fix broken dependeny on spring-oxm

This commit is contained in:
Dave Syer
2012-09-24 16:34:02 +01:00
parent d0e0334674
commit 5410e076a8
6 changed files with 77 additions and 74 deletions

View File

@@ -200,8 +200,8 @@
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>${spring.oxm.group}</groupId>
<artifactId>${spring.oxm.artifact}</artifactId>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>