Browse Source

added spring-context-test dependency


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136286 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.4-M1
Maria Odea B. Ching 13 years ago
parent
commit
08c60ff557
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      archiva-modules/archiva-web/archiva-security/pom.xml

+ 5
- 1
archiva-modules/archiva-web/archiva-security/pom.xml View File

@@ -138,6 +138,10 @@
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save