[BATCH-235] Added spring-core to build.

This commit is contained in:
nebhale
2007-11-30 14:50:52 +00:00
parent 933b4750aa
commit a55a7c5c43

View File

@@ -154,6 +154,11 @@
<optional>true</optional>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>