mirror of https://github.com/apache/archiva.git
added spring-context as dependency to prevent compilation failure for @Service annotations
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1136272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3875bf1f0f
commit
57071cbb00
|
@ -65,6 +65,10 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
<artifactId>ehcache-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue