mirror of https://github.com/apache/archiva.git
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:
parent
35c22b8182
commit
df482cbb3c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue