mirror of
https://github.com/apache/archiva.git
synced 2025-02-21 17:35:19 +00:00
fix duplicate bean names
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46a1c65169
commit
df0ec61496
@ -55,7 +55,7 @@
|
||||
* @author Olivier Lamy
|
||||
* @since 1.4-M4
|
||||
*/
|
||||
@Service("archivaRuntimeConfigurationService#rest")
|
||||
@Service("redbackRuntimeConfigurationService#rest")
|
||||
public class DefaultRedbackRuntimeConfigurationService
|
||||
extends AbstractRestService
|
||||
implements RedbackRuntimeConfigurationService
|
||||
|
@ -73,6 +73,7 @@
|
||||
<ref bean="mergeRepositoriesService#rest"/>
|
||||
<ref bean="proxyConnectorRuleService#rest"/>
|
||||
<ref bean="archivaRuntimeConfigurationService#rest"/>
|
||||
<ref bean="redbackRuntimeConfigurationService#rest"/>
|
||||
</jaxrs:serviceBeans>
|
||||
|
||||
<jaxrs:outInterceptors>
|
||||
|
Loading…
x
Reference in New Issue
Block a user