mirror of
https://github.com/apache/archiva.git
synced 2025-03-08 01:43:06 +00:00
[MRM-1490] Expose Archiva services trough REST : repository group admin tru rest service : fix spring annotations
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1165866 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b11271fe49
commit
7d82f5a42b
@ -23,6 +23,7 @@
|
||||
import org.apache.archiva.rest.api.model.RepositoryGroup;
|
||||
import org.apache.archiva.rest.api.services.RepositoryGroupService;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import java.util.ArrayList;
|
||||
@ -31,6 +32,7 @@
|
||||
/**
|
||||
* @author Olivier Lamy
|
||||
*/
|
||||
@Service( "repositoryGroupService#rest" )
|
||||
public class DefaultRepositoryGroupService
|
||||
extends AbstractRestService
|
||||
implements RepositoryGroupService
|
||||
|
@ -52,6 +52,7 @@
|
||||
<ref bean="repositoriesService#rest"/>
|
||||
<ref bean="managedRepositoriesService#rest"/>
|
||||
<ref bean="remoteRepositoriesService#rest"/>
|
||||
<ref bean="repositoryGroupService#rest"/>
|
||||
</jaxrs:serviceBeans>
|
||||
|
||||
<jaxrs:outInterceptors>
|
||||
|
Loading…
x
Reference in New Issue
Block a user