mirror of https://github.com/apache/archiva.git
fix junit spring configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b55ef5058a
commit
cd73ad4d78
|
@ -31,8 +31,8 @@
|
||||||
<context-param>
|
<context-param>
|
||||||
<param-name>contextConfigLocation</param-name>
|
<param-name>contextConfigLocation</param-name>
|
||||||
<param-value>
|
<param-value>
|
||||||
classpath*:/META-INF/spring-context.xml
|
classpath*:/META-INF/spring-context.xml
|
||||||
|
classpath*:/spring-context.xml
|
||||||
</param-value>
|
</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue