[BATCH-429] Fixed spring-batch-samples dependency issue

This commit is contained in:
nebhale
2008-03-07 16:34:43 +00:00
parent fb55444557
commit 607d2bfd93

View File

@@ -41,6 +41,11 @@
</profiles>
<dependencies>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>