mirror of https://github.com/apache/archiva.git
fix some unit tests due to the missing alias
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1417979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
75f17a0d8b
commit
409477099c
|
@ -50,4 +50,6 @@
|
|||
</property>
|
||||
</bean>
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
|
||||
</beans>
|
||||
|
|
|
@ -44,4 +44,6 @@
|
|||
</property>
|
||||
</bean>
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
|
||||
</beans>
|
|
@ -44,5 +44,5 @@
|
|||
</props>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
</beans>
|
|
@ -83,4 +83,6 @@
|
|||
<bean name="wagon#test" class="org.apache.archiva.proxy.WagonDelegate" scope="singleton"/>
|
||||
<bean name="wagon#file" scope="prototype" class="org.apache.maven.wagon.providers.file.FileWagon"/>
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
|
||||
</beans>
|
|
@ -56,4 +56,6 @@
|
|||
</property>
|
||||
</bean>
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
|
||||
</beans>
|
|
@ -58,6 +58,6 @@
|
|||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
|
||||
</beans>
|
|
@ -117,4 +117,6 @@
|
|||
</property>
|
||||
</bean>
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
|
||||
</beans>
|
|
@ -73,5 +73,5 @@
|
|||
<property name="servletAuth" ref="servletAuthenticator"/>
|
||||
</bean>
|
||||
-->
|
||||
|
||||
<alias name="userConfiguration#redback" alias="userConfiguration#default"/>
|
||||
</beans>
|
Loading…
Reference in New Issue