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