MRM-1515 spring test with test scope

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1384754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
skygo 2012-09-14 13:04:18 +00:00
parent 35c22b8182
commit df482cbb3c
1 changed files with 5 additions and 0 deletions

View File

@ -857,6 +857,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jpox</groupId>
<artifactId>jpox</artifactId>