mirror of https://github.com/apache/archiva.git
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:
parent
df482cbb3c
commit
1fa95137da
|
@ -809,6 +809,12 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue