DATADOC-83 - Review dependencies

Made spring-test a 'test' dependency in mvn pom
This commit is contained in:
Mark Pollack
2011-04-08 16:22:53 -04:00
parent 680a74c8e1
commit 740df84d3d

View File

@@ -60,6 +60,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>