Add spring context

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James William Dumay 2009-03-06 05:35:39 +00:00
parent c5529d24ae
commit c855a42ef5
1 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,10 @@
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-spring</artifactId>
@ -61,4 +65,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>