force spring-test wit test scope

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-14 13:42:01 +00:00
parent df482cbb3c
commit 1fa95137da
1 changed files with 6 additions and 0 deletions

View File

@ -809,6 +809,12 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>